Author link on Post Style 4

Posted in: Newspaper
Post count: 73

Hello!

I am also trying to add the the author link next to the date on top, for post style 4. Tried to edit the single loop 4 but no option for author there. I am sure this should be somewhere else. If somebody can help I will really appreciate it Thank you on advance!

Post count: 317

Hi,

Edit the single_template_4.php file and go to line 54 or search for this line of code:

<?php //echo $td_mod_single->get_author();?>

It should be like this:

Before editing anything. Remove “//” from there and save it. It should work. Here is how the code should look like after editing:

Hope that helps 🙂

Thanks,
Mehedi

  • This reply was modified 12 years by mehedi.
Post count: 73

Thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.