Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #16952

    Hi ,

    For adding Page Numbers in Blog Post , I have installed a plugin named WP-PageNavi. http://wordpress.org/plugins/wp-pagenavi/installation/.

    But as instructed there , I am unable to find the same in simple catch theme code. Kindly help me out .

    Here is my site: http://www.techriff.com . I want to replace the “Older post” in home page . And want to add numeric page navigation to index and archive page template.

    If you do have any other solution for adding page numbers to blog post site, then kindly quote here.

    #16958
    Sakin
    Keymaster

    @swapnaranjitanayak: I just check in your site and see that you have activated Jetpack plugin “Infinite Scroll” module. You need to deactivate Infinite Scroll from Jetpack plugin and then it will work.

    #16993

    Thank You Sakin , It worked 🙂 Its appearing on Home Page Now. Bt not on my archive page. When I am clicking on any single post , the page numbers are not showing below of that post.

    site:www.techriff.com

    #17019
    Sakin
    Keymaster

    @swapnaranjitanayak: I don’t get it. How can single post have page number.

    #17053

    Sorry , It was Ma Mistake. A single post cant hv a page no. Thanx for the valuable support 🙂

    #27109
    Yu
    Member

    I have the same problem. I have installed the plugin WP-PageNavi and deactivated “Infinite Scroll” module, but it still doesnt work. Where can I find under apprearence editor the code for ‘oler posts’ and ‘newer posts’? I am using Catch Kathmandu Pro. Thank you!

    #27146
    Sakin
    Keymaster

    @Yu: Sorry Catch Kathmandu Pro theme doesn’t support WP-PageNavi and will add it in next version update.

    #27218
    Yu
    Member

    See… Thanks.

    #27234
    Yu
    Member

    @Sakin: Then how can i change “older posts” to “previous” and “newer posts” to “next”? Thanks

    #27236
    Sakin
    Keymaster

    @Yu: You can now download the latest version 2.2 and then use WP-PageNavi plugin.
    To change order post to previous and newer post to next. You need to build child theme and then create functions.php file in your child theme and then copy catchkathmandu_content_nav() function from template-tags.php file to your child theme functions.php file and edit those text.

    #27238
    Yu
    Member

    I will download 2.2. The programming part is for me too difficult now. Thank you very much for your very fast support!

    #27242
    Yu
    Member

    Hi, Sakin. Can you let me know the modified/new file to support WP-PageNavi plugin? Then I can simply upload this part without losing previous customization to the theme.

    #27254
    Sakin
    Keymaster

    @Yu: You are not supposed to edit any core theme files. As we will be updating theme as we find bugs as well. So, best is to build child theme and move all the custom functions to your child theme functions.php file. Can you tell me the customization that you have done.

    We have changed template-tags.php, style.css, catchkathmandu-allmenu.min.js, catchkathmandu-menu.min.js and catchkathmandu-menus.php

    #96005
    inquisitive
    Participant

    Actually, i have one working code snippet for numeric page navigation. But, i can’t find where should I call that page navigation function. On other wordpress themes, i used to call it at “loop.php”. But, I can’t find such file in catch box themes. I don’t want to use plugins.

    #96015
    Sakin
    Keymaster

    @inquisitive: It’s controlled from catchbox_content_nav() function. You can simply build child theme and then copy catchbox_content_nav() function from functions.php file to your child themfunctions.php file and edit it as per your need.

    #96016
    inquisitive
    Participant

    Thank you for your suggestion. It works. 🙂

    #96025
    Sakin
    Keymaster

    @inquisitive: Cool 🙂

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘How to add numeric page numbers in simple catch theme?’ is closed to new replies.