Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
momo
tagDiv Member

Hi again,

I have already tried this but it is also not working. Is there not a way to make use of the “User Roles” field? I have around 60 users and it would be nice if they were placed automatically by their role in the correct boxes.

I have no problem hiring a freelance/developer to help me, but as the function is built into the theme, it should work without that being necessary, since the theme has already been payed for.? Am i wrong?

Best regards,
Morten

momo
tagDiv Member

Thats great. 🙂

All we need now is getting it implemented in the modules. Did you have any luck with that?

I have used this for getting the author boxes for each author in place:
http://pastebin.com/hsReuksB

momo
tagDiv Member

Thanks.. It works. Can you give me a hint on how to get it working on blocks as well?

momo
tagDiv Member

Nevermind. I finally got the coding right. Must go to bed..!

For those interested:
add_action('td_global_after', 'hook_td_global_after'); // hook used to add or modify items via Api
function hook_td_global_after() {
td_api_block::update_key('td_block_authors', 'file', get_stylesheet_directory() . '/includes/shortcodes/td_block_authors.php');
}

momo
tagDiv Member

Thanks. That worked perfectly.. 🙂

momo
tagDiv Member

I know it would require some custom coding. I was just curious if it was possible.

I really like the theme, but it lacks a gallery template style for posts.

momo
tagDiv Member

I am also trying to use this. Can you give a hint to what to change in the file to make it work?

momo
tagDiv Member

Thanks. 🙂

Is there anyway i can implement a new one in a child theme? So i dont have to make the changes after each update?

Viewing 8 posts - 1 through 8 (of 8 total)