I'm running a blog with a mate. So we are 2 persons. I'd like to add to each article on the front page "Author: XXX" besides the "Filed Under: XXX".
How do I do that, please?
I'm running a blog with a mate. So we are 2 persons. I'd like to add to each article on the front page "Author: XXX" besides the "Filed Under: XXX".
How do I do that, please?
you need to edit some template files of your theme;
start with index.php, single.php (there might be more)
look for the wording Filed under: possibly followed by <?php the_category(); ?> or very similar.
after that, add something like: Author; <?php the_author(); ?>
details depend on your theme -
please post the name and download link;
and please post a link to your site to illustrate your idea.
You must log in to post.