Override the author display

Posted in: Newsmag
Post count: 13

Hi, How do I override the author display of posts in pages and in the post itself? I want to programmatically set the authors to be something else. I was using a filter with a previous theme, but I’m not sure what to do here. Is there a published set of filters and hooks for your themes?

Post count: 6535

Hi

I am not sure how do you want to change the authors display on post/pages so please provide more specific deteils about what you’re trying to do and maybe I can help.
Meanwhile you can try to edit the functions which generate the authors here:
– for post the function is located in td_module_single_base.php here: http://screencast.com/t/ZGfzKtyN5I This function is called in each file corresponding for each post template: http://screencast.com/t/M5h69wJ5
– for pages the function is located in td_module.php here: http://screencast.com/t/2CxKOXLhI The function is called in each file which generate a module’s layout: http://screencast.com/t/cqLTdKZJa
– for authors box the code is located in td_block_authors.php here: http://screencast.com/t/BPVFo5Xf

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.