• 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?

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘I'd like to add "Author: XYZ" besides "Filed Under: XXX"’ is closed to new replies.