Remove post author on posts

Discussion in 'ButterBelly WordPress Theme' started by vesity, Aug 15, 2014.

  1. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    The thumbnail of postings on front/blog page and the posts themselves each state the post author next to the date. How do I remove or alter that?
    1. For the collection of postings on the front page or blog page, I simply want to remove it, so that only the date appears in that space.
    2. For the actual posts themselves, I want to replace it with fixed text. Something like: "written by John Doe" or something similar.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    To solve your issue delete some code from loop.php and single.php file. As shown in screenshot.
    Both file location is themes\butterbellythemes\loop.php and themes\butterbellythemes\single.php

    Thanks & Regards
    Yogesh Bhade
     

    Attached Files:

  3. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Thank you. The changes to single.php did work! I added the desired text with no problems.
    However, the changes to loop.php did nothing. I deleted the entire line as you instructed, and noting changed. I also tried to delete just parts of it (<?php the_author_posts_link(); ?>) but it did not affect the posts in any way. Please advise.
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
  5. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Ok, I've sent an email - thanks!
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    We have fixed your issues.
    Enjoy

    Thanks & Regards
    Yogesh Bhade
     

Share This Page