How to add "Posted by"

Discussion in 'RoadFighter WordPress Theme' started by mouseclubhouse, Sep 26, 2015.

  1. mouseclubhouse

    mouseclubhouse Member

    Joined:
    Jun 17, 2015
    Messages:
    31
    Likes Received:
    0
    Is there a way to automatically add "Posted by" with the author's name at the top of each post?
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Everything is possible with us, and fixing your issue is really very easy.

    Could you please provide us URL of your website along with some edited screenshot of your requirements, so that we can assist you accordingly?

    Looking forward to hearing from you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. mouseclubhouse

    mouseclubhouse Member

    Joined:
    Jun 17, 2015
    Messages:
    31
    Likes Received:
    0
    I love your attitude!! Thank you so much!! The blog is at http://www.shaniwolf.com/blog. I'm attaching a screenshot which I have altered to add the words "Posted by Scott Wolf," as if I am the one who posted it. So if somebody else posts, and it could automatically have their name instead, it would be fantastic!! disney-ad-wheaties-seven-dwarfs.jpg
     
  4. nitin

    nitin Guest

    Hi,

    Thank you for providing the screenshot. It helped us in clearly understanding your requirement.

    Just go to (Appearance->Theme Editor). Open the file loop.php from the list of theme files displayed on the right hand side. Add the following line of code in the appropriate position as specified in the attached snapshot.
    Code:
    <p class="posted_by">Posted By <?php the_author_posts_link(); ?></p>
    
    Please follow the screenshot given below.

    2015-09-28_16h32_26.png

    Note:- For your information, I am using "WP-Editor" plugin to edit files.
    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.
    After activating this plugin, you will get the same screen as shown in the screenshot.
    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page