Home>Support>Post-loop doesnt have page numeration?

Post-loop doesnt have page numeration?

HI.
In post-loop widget, when articles is more than i.e. 5 , then there is not shown page numeration, to go on the second page..
how can i add that?
Does SO widgets support that at all?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 5 months ago Alex S
    Hi, I Work Here

    Hi Selnomeria,

    The post loop widget uses the templates provided by your theme. Are there any other templates? If so, have you tried them? If so, does this issue persist?

    Sadly, if it does you’ll need to get in contact with the template developers as this is an issue with the theme you’re using. If it’s one of our themes, let me know and we’ll look into this further.

    Reference WordPress.org thread

  2. 7 years, 5 months ago selnomeria

    can you please tell me (or give me an example) how that template should be?
    I have even tried the native content.php (of TwentySeventeen theme) and it also doesnt show page numeration…

    what is the code, how to show that?

  3. 7 years, 5 months ago selnomeria

    I’ve solved myself.

    i’ve put this code in the end of content.php:

    $GLOBALS[“count44452”]= empty($GLOBALS[“count44452”]) ? 1 : $GLOBALS[“count44452”] +1;
    if($GLOBALS[“wp_query”]->query[“posts_per_page”] == $GLOBALS[“count44452”]){
    echo \’

    \’;
    echo wpbeginner_numeric_posts_nav();
    echo \’

    \’;
    }

    //wpbeginner_numeric_posts_nav() –> https://pastebin.com/raw/SpyU9QW6

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More