littlevoicez
Member
Posted 1 year ago #
I successufully managed to install and place the code correctly within the loop.php file, and now the pagination shows perfectly above the content.
What I need now is to show it below the content as well.
How do I handle this code? where in the loop file will I paste it to replicate the pagination below the content as well?
Thanks for your help...
If you take a look at the twentyten loop file, you'd want to replace the navigation sections of code that include the previous_posts_link() and next_posts_link() code with wp_paginate()
littlevoicez
Member
Posted 1 year ago #
Hi, I was doing it right but hiding it (by mistake) with the wrong css.
Thanks for your help
matthewhughes
Member
Posted 10 months ago #
Reversing the issue here...how do I remove the pagination above the content but leave it below the content?
Thanks -
luizferraz
Member
Posted 5 months ago #
Please, how to remove the pagination above the content and keep it only below the content? Thanks.
kenanoff
Member
Posted 3 months ago #
If you use twenty Eleven theme, just go to the index.php and comment out this line:
<?php twentyeleven_content_nav( 'nav-above' ); ?>
luizferraz
Member
Posted 3 months ago #
@kenanoff
Thank you very much! It's working fine.
DaveBarrack
Member
Posted 2 months ago #
I'm using the ComicPress theme, what file do I edit to include this above the comments as well as below? I don't see a loop file to edit.
Fabiomaster
Member
Posted 2 months ago #
I have a similar problem. The pagination is displayed below the content or in the middle of the posts.
When is shown below the posts do not show the numbers, only blue bars.
See in http://www.admiranda.com.br/?cat=4
How can I fix this?
Thanks a lot.
Fábio