Hi,
Thank you for an OUTSTANDING theme![]()
I've tried all kinds of themes, but I've never seen at theme that's more flexible than Catalyst/DynamikYour service also seems to be unique! I really hope you'll continue to update and develop Catalyst/Dynamik.
I want to use the WP-Pagination plugin on one of my sites. The site will display several page with lists of addresses and I'd like to make it easier for the users to go to the different pages with the lists.
In the installation instructions the author of the plugin says that you should replace your "existing previous_posts_link() and next_posts_link() code block" in "the loop.php file or the index.php, archive.php and search.php files" with the following code:
Code:<?php if(function_exists('wp_paginate')) { wp_paginate(); } ?>
Could anyone please advice me where and how I can add this code in Catalyst/Dynamik so that the pagination is shown on the blog pages (not the posts)?
I've tried to create a custom hook in Catalyst and to insert the code in that hook, but for some reason the custom hook doesn't seem to be either saved or to be displayed on the blog pages.
Should I rather try to change the code of the php-files in Catalyst/Dynamik? So far as I can see, the code for the "Previous post" and "Next post" is in the catalyst-content php file, but if there's an easier way to insert the pagination php-code (pointing to the WP-Pagination plugin), I'd prefer to do that. I'm certainly not a professional programmer and don't want to make a mess in the php-code of Catalyst/Dynamik.
Thank you very much in advance!
Best,
Klaus

Reply With Quote