This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

3
  1. Alex S Staff 8 years, 10 months ago

    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. selnomeria 8 years, 10 months ago

    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. selnomeria 8 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread