jlar0che
Member
Posted 2 years ago #
Hello!
I am using Occular Professor v1.3 and trying to add a byline to the section on the right which displays the article title, date, tags and comments.
Example can be seen at http://www.currentperspectives.org
or
http://getsatisfaction.com/mignolo/topics/how_can_i_add_the_author_to_the_title_section_of_ocular_professor_photo_attached
Thanks!!!
I'll take a guess here, look in index.php for this section
<div class="main_meta">
you can pick where you want to put the author, but you will see some ist items <li></li>
Add this line:
<li>By: <?php the_author_posts_link(); ?></li>
jlar0che
Member
Posted 2 years ago #
thank you so much! you are a fantastic super-god! :)