Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m by no means an expert, (community please correct me if I’m wrong) but give this a shot.

    Enter <b>Posted by <?php the_author(); ?></b> after <p><?php the_content(''); ?></p> on your single.php file, you can also add it where you want it to show up on your main index page. single.php is when only that article is pulled up whereas the main index (index.php) is your page with however many active posts your theme, or you, allow.

    Thread Starter xboxinsider

    (@xboxinsider)

    That works a treat, anyway to make it so the authors name is a link to other posts by them?

    <b>Posted by <?php the_author_posts_link(); ?></b>

    Yup, replace the code I gave you with this one instead. What is your site?

    Thread Starter xboxinsider

    (@xboxinsider)

    https://www.xboxinsider.net ?? That code works awesome, im a little confused how to get it to appear on articles on my front page… id like it to be to the left of the GD star ratings thing aswell, thanks for your help! Sorry im a n00b ??

    I’ll give it a shot, will you do me a favor and email me your index.php? send it to [email protected] if possible. I won’t be able to check it for about an hour since I’ve got to grab some groceries, but I’m happy to help as much as I can.

    Also, with that particular theme, the most common place to list the author is below the title on the left or the right of the date. All the info is in one spot then: title, date, time, author. I dunno. Food for thought I suppose.

    Thread Starter xboxinsider

    (@xboxinsider)

    Wow, thankyou for eing so helpful ?? ill send you it now ?? cheers ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Using default kubrick theme, how to add “posted by” at the bottom of all posts’ is closed to new replies.