[Plugin: Simple Portfolio] Custom amount of portfolio items
-
I might be a total WP noob for asking this, but I want to display all my portfolio items on one page. Since my WP is set up to display 10 blog items on other pages, this means that my portfolio page also only shows 10 items. I tried a couple of things, but they all seem to be wrong:
$args['numberposts'] =50;
<?php simple_portfolio_query_projects(null,null,50); ?>
function simple_portfolio_query_projects( $taxonomy = null, $slug = null, $args = array("post_type" => null, "post_status" => null, "numberposts" => 50) )
Any tips would be much appreciated!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘[Plugin: Simple Portfolio] Custom amount of portfolio items’ is closed to new replies.