I want to add the author of a blog post somewhere either next to the date or near the bottom. Which file would I change to make that happen??
Adding Author to Blog Post
4 posts from 3 voices-
Posted 8 months ago #
-
Hey!
In choices/includes/loop-index.php replace:
</div><!-- end date -->with:
</div><!-- end date --> <div class="author"> <span class='author'><?php the_author(); ?></span> </div>Maybe you need to add some custom css code to style the output.
Regards,
PeterPosted 8 months ago # -
Thanks!
Posted 8 months ago # -
Glad Peter could help :)
Regards,
Devin
Posted 8 months ago #
Reply
You must log in to post.














