One Tutorial: http://www.kimwoodbridge.com/how-to-exclude-pages-from-the-wordpress-navigation-bar/ or this plugin might do it: http://wordpress.org/extend/plugins/exclude-pages/
Thanks, i don't want to exclude pages from navigation what i want is different theme for homepage pagination or how to disable this feature only for homepage.
On your home.php, you should have code that displays those links. It may look something like this: <?php posts_nav_link('separator','prelabel','nextlabel'); ?> Code (markup): If you have the prev/next links in single.php and want to remove those, look for something like this: <?php previous_post_link(); ?> <?php next_post_link(); ?> Code (markup):
it's important that you have wordpress installed on the main domain and not in a sub directory like /page/
i am working on classifiedsduniya.com and my home page "paging" is not working. please suggest me that how can i remove 'paging'. Thanks and Regards
I'd look at your source code and find out what the class name of the div that surrounds the pagination is, and then go into the template editor and look for that class name in one of the files. When you find it, remove that block of code contained within the divs. I'd backup the file first!
i am working on classifiedsduniya.com and my home page paging is not working. i want to delete the pagination..anyone can help me to delete pagination (only for home page) Please help me i am very frustrated with wordpress 3.3.2 Thanks
I believe in your main_index.php template file you'll have a div container that has this class name: paging , if you remove it with the code inside the pagination should disappear on the homepage.