• Trying to add the Author’s name to the bottom of the post.
    I am unfamiliar with wordpress and the blog was created a third party.

    Thanks,
    Grant

Viewing 1 replies (of 1 total)
  • Edit the Single Post (single.php) file and move the code

    <?php printf(__('by: %s'), '<a class="url fn n" href="'.get_author_link(false, $authordata->ID, $authordata->user_nicename).'" title="' . sprintf(__('View all posts by %s'), $authordata->display_name) . '">'.get_the_author().'</a>') ?>

    to the bottom near the Post a Comment code.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding Author’s name to bottom of blog post’ is closed to new replies.