• Resolved sjjump74

    (@sjjump74)


    Is there a way to remove the author and date posted on posts please?

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

    I am by no means an expert (so use this at your own risk) but I accomplished this by creating a child theme and removing the postby lines from each post type (content.php, single-portfolio.php and single.php) in my child theme.

    I eliminated these lines:

    <div class="entry-meta">
    			<?php portfoliopress_postby_meta(); ?>
    		</div><!-- .entry-meta -->

    Hope that helps!

    Theme Author Devin Price

    (@downstairsdev)

    Portfolio+ has an option to remove author and dates.

    You could also do this with CSS:

    .entry-header .entry-meta { display: none; }
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove post date and by’ is closed to new replies.