Photoblog Single Picture Per Page
-
I am trying to create a photoblog with WordPress. I would like to have one picture per page. I would also like the comments to be on that page. Basically, I would like to use the ‘single’ post view for everything. I have tried:
<?php $wp_query->is_single = true; ?>
but when I use:
<?php previous_post_link('« %title') ?>
nothing shows up. I would like the homepage to have the one post per page, and show the previous link as the previous post’s title.So far I have my template setup the way I want it setup, and have setup WordPress to only display one post per page. Can someone please help me out?
Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Photoblog Single Picture Per Page’ is closed to new replies.