• Resolved vishypat

    (@vishypat)


    Hi,

    I am new to WordPress and trying to set-up my first website. The Theme is pretty chic and functional.

    Had two questions on pagination?

    Is is possible to set-up asynchronous pagination for page with multiple posts? Are there any resources that I can use to set this up?

    On individual posts. The previous and next post link show posts from all categories. Can they be restricted to show posts from same category. I am using custom taxonomies.
    Based on the link below it seems to be possible but I am not sure where to make this change https://codex.www.ads-software.com/Function_Reference/previous_post_link it seems

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi vishypat,

    thanks for downloading the theme.

    You might try to find a plugin or a tutorial to set-up a asynchronous pagination on archives.

    About the links on posts, you can find the function mh_postnav() in functions.php and change:

    previous_post_link('%link', __('← Previous post', 'mh'));

    to:

    previous_post_link('%link', __('← Previous post', 'mh'), TRUE);

    You can do the same with next_post_link().

    Regards
    Michael

    Thread Starter vishypat

    (@vishypat)

    Thank you. Worked Fine

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MH Magazine Lite Pagination’ is closed to new replies.