Beautiful, that was it.
Didn’t know where that setting was, thanks for the help!
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!
Additional information: Even when I use the Portfolio Press parent theme I still have 7 posts per page on my portfolio page so it is not anything I have changed.
Mystified, any help appreciated.