Moving post grid to seperate page
-
So I created a child theme of Photoria. Everything is working fine and it make a nice portfolio website.
However Im building the site for a friend and she wanted me to move the grid which is on the homepage to a seperate page which can be navigated to. This is the theme Im using as a base
https://www.wpzoom.com/themes/photoria/It generates a slideshow with images assigned as “Featured Image”
what she would like is the homepage has the slideshow and the seperate page, ie(grid) will be only on one page.
I tried moving the bold text belowe into the page template but didnt work.
<?php if ($wpzoom_featured_posts_show == 'Yes' && is_home() && $paged < 2) { include(TEMPLATEPATH . '/wpzoom_featured_posts.php'); } ?> <div id="content"> <strong> <?php if ($wpzoom_recent_posts_show == 'Yes') { include(TEMPLATEPATH . '/wpzoom_recent_posts.php'); } ?> </strong> </div>
Any ideas for how to do this would be much appreciated
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Moving post grid to seperate page’ is closed to new replies.