Number of thumbs on Portfolio Page template
-
I would like to change the number of thumbnail on my homepage (Portfolio Page template).
Looks like the thumbs are inserted with this code in the template:
<div class="projects clear"> <?php while ( $project_query -> have_posts() ) : $project_query -> the_post(); get_template_part( 'content', 'portfolio' ); endwhile; ?> </div>
I believe it is possible to easily change the number of project thumbs. Currently, I show 6 projects. I’m using a child theme and am happy to change the html and php code.
Hopefully someone can help. Thank you very much.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Number of thumbs on Portfolio Page template’ is closed to new replies.