About Sridhar Katakam
I am an independent WordPress web consultant with 10 years of experience in WordPress theme installation, customization, administration, maintenance, support, documentation, troubleshooting and PSD/design to WP.
Genesis and WordPress Tutorials
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.
Hi Sridhar, do you know how to configure or the code to add pagination on long post contents?
Just place http://pastebin.com/raw.php?i=kPSehqz9 wherever you want the next page to start.
Thanks, Sridhar. I think I know that command but haven’t tried yet. I will try it.
Thank you! I was experimenting with a pinterest-type theme, and the pagination always appeared after the last item on the third column and I didn’t know how to remove it.
With your help, I was able to remove it and add it elsewhere, and now it sticks to the footer, which is what I was after. 🙂
works like a charm! thanks for this snippet.
I am having issues with removing pagination from archive post types on a site using Executive Pro theme and not having any luck.
The specific pages I want to remove the “Next Page” on are the jobs pages that utilize the Job manager plugin. the Post Type is “jobman” No matter what code I use in the Functions.php and I have attempted several, I cannot get the “Next Page” to go away. The code for the plugin has been removed so this appears to be a Genesis Theme issue ? If you have a few minutes can you take a look and make a suggestions ?
http://www.strategicrecruitmentsolutions.com/jobs/medical-malpractice-paralegal/
This is the current functions.php action;
“`
add_action ( ‘genesis_entry_content’, ‘sk_remove_pagination_posts’ );
function sk_remove_pagination() {
if ( is_post_type_archive( $jobman ) ) {
remove_action( ‘genesis_entry_content’, ‘genesis_do_post_content_nav’, 12 );
}
}
“`
That code wouldn’t work (btw, in the future you might want to enclose code in php tags in square brackets) because the page whose URL you’ve provided is a static Page.
I do see the “Next Page” on your page but how do I recreate the issue? I’ve installed and activated the plugin, created a test job and when viewing it do not see the “Next Page” link.
http://d.pr/i/1cfDz