By using wp-paginate plugin, pagination is working fine. But page numbers are displaying at the top of the page,i need at the bootom of the page also
By using wp-paginate plugin, pagination is working fine. But page numbers are displaying at the top of the page,i need at the bootom of the page also
Within your Theme file be sure to place the code:
<?php if(function_exists('wp_paginate')) {
wp_paginate();
} ?>
at the bottom in addition to the top if you want them to show on bottom too.
thank u so much for ur response,recently i have a problem with another site.my problem is when i am submitting my comment it showing 404 error.can u please suggest me .the site is villagestories.com
This topic has been closed to new replies.