This topic is: not resolved
- This topic has 22 replies, 2 voices, and was last updated 8 years, 5 months ago by .
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.
These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.
Community Forums › Forums › Archived Forums › Design Tips and Tricks › Remove Sidebar on Single Page
Tagged: Maker Pro, page id, Portfolio Page ID
Thanks Doug, I will fix the issue. Can you tell me what I need to add or subtract from the code above that will allow me to display all my portfolio content. Right now it is cutting me off at 9 pieces and not showing anything else....
Jeremy
How many portfolio items should it be showing? That is, how many portfolio posts do you have on the site?
Doug Edgington
http://www.dougedgington.com
One thing I have noticed is that you are querying a custom post type ( portfolio ). But you don't have it included within your query arguments. Example below:
$args = array(
'post_type' => 'portfolio',
'post_per_page' => 12
);
Doug Edgington
http://www.dougedgington.com
© 2025 WPEngine, Inc.