GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Wordpress Theme Help (https://gfy.com/showthread.php?t=892174)

Snake Doctor 03-07-2009 11:08 AM

Wordpress Theme Help
 
For some reason I can't get the "NEXT PAGE" "PREVIOUS PAGE" links to show up on any of my blogs.

I've tried <?php wp_link_pages(); ?>
and
<div align="center" class="center">
<?php posts_nav_link('&nbsp;|&nbsp;', __('<strong>&laquo; Previous Page</strong>'), __('<strong>Next Page &raquo;</strong>')); ?>
</div>

But nothing shows up on the page, not even an error.
I'm using version 2.7

:helpme:helpme:helpme

plskthx

newbreed 03-07-2009 12:11 PM

I had the same problem with some of my templates.

I changed my pagination by adding this plugi-in, and haven't ever had any other problems.

http://www.seoegghead.com/blog/seo/w...ased-p331.html

Make sure you check the box in the admin that will insert the code in to your pages.

fris 03-07-2009 12:18 PM

2.7 changed the way it does it.

Code:

<div class="navigation">
<div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
</div>


Snake Doctor 03-07-2009 12:49 PM

Quote:

Originally Posted by fris (Post 15596402)
2.7 changed the way it does it.

Code:

<div class="navigation">
<div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
</div>


Yeah I found that in the codex but it didn't work. Nothing shows up, not even an error msg.

I figure I can't be the only one who had this problem so I'm hoping someone who upgraded before me found the fix.

fris 03-07-2009 12:50 PM

No idea then, all of my clients request the page numbering rather than next/prev posts

DK 03-07-2009 12:54 PM

Try the Page-navi plugin


All times are GMT -7. The time now is 09:33 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123