Hi,
I want to add the previous next button to my portfolio when in siglepost.
I checked on the forum and I didn't find an answer.
thanks
Hi,
I want to add the previous next button to my portfolio when in siglepost.
I checked on the forum and I didn't find an answer.
thanks
Hi cloddi,
In your theme files open single.php and then look for:
<!--end content-->
replace it with
<?php
posts_nav_link();
previous_post('« % ','Previous', 'no');
next_post(' % »','Next', 'no');
?>
<!--end content-->
Save the file and that should do it.
Regards,
Devin
Hi Devin,
Thanks for the quick answer.
Sorry i didn't specify well.
My portfolio post are set to show as page.
I tried to paste it in the page page.php but is tot showing.
is there any other solution?
Thanks
Claudio
Hi Claudio,
As far as I know, there is no ability for wordpress to do next/previous for pages.
Regards,
Devin
Whan i make a "normal" portfolio page is working but if i use Template Builder template not.
Like here(without Template Builder ) : http://omatti.ch/omattidesign/?portfolio=bio-natale-2012
Here with Template builder: http://omatti.ch/omattidesign/?portfolio=clockwise-tea
Any suggestion?
Thanks
Claudio
A page built with the template builder is not a portfolio item but a regular page so it goes by the same rules of no next or previous.
You must log in to post.