• Resolved shrill22

    (@shrill22)


    Is there a way to remove the “By Author” line on Pages? I’ve tried a bunch of CSS methods and even adding functions: nothing seems to work. Most themes I have used do not include the byline on Pages, just on Posts.

    Theme looks wonderful though. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there,

    You didn’t share any of your CSS so I couldn’t offer any pointers on your attempts. This CSS should do it though:

    .page .entry-footer {display:none;}

    This simply hides it so it’s not visible.

    To totally remove it you could of course us a child theme and edit out that information, it’s most likely on the page.php file.

    Take care.

    Theme Author Manoz69

    (@manoz69)

    You have your answer shrill22 ??

    You can also remove the line in /templates/content-page.php : <span class="author"><?php _e('By', 'splitme'); ?> <?php the_author_posts_link(); ?></span>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove byline from Pages?’ is closed to new replies.