• i hav several websites with wordpress or woocommerce on one directadmin with apachi web server
    now all websites pagination not work
    also post show result shown zero

    i transfer one account to another server and work perfectly

    i sure server have problem but can’t resolve it
    please help me
    thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Are you using the short PHP directive like <?=$var?> or <?php echo $var; ?> – Some apache servers do not allow for the short directive. Just a thought.

    Bruce

    Thread Starter Alireza

    (@ditrevni)

    no i test also wordpress without any plugin with twentyfifteen theme and pagination not work

    Thread Starter Alireza

    (@ditrevni)

    The theme needs to have pagination coded as well, which for any WordPress theme, it is usually in functions.php. A plugin could contain the same code as functions.php.

    With that said, TwentyFifteen may not have pagination in its functions.php.

    For TwentyFifteen, you can easily fix this with some code. Google how to add pagination in WordPress and create yourself a child theme for TwentyFifteen. Then, add the code for the pagination to the child theme. That’s one way of doing it. Also, check TwentyFifteen’s Customizer to see if it is there.

    Thread Starter Alireza

    (@ditrevni)

    so why when transdfer it another server pagination work

    can i use wp-pagenavi plugin?

    I am not familiar with using that plugin, but I am sure it would work if that is its main purpose. When you go to another server, it could be the coding and how the config files work with PHP. I think it is either php.ini or http.conf, but not exactly sure. It is not in .htaccess.

    If someone else knows the answer, please respond.

    Thread Starter Alireza

    (@ditrevni)

    ok thnx

    note: i add 3 products in woocommerce so in store page show products but top of products show massage “Showing all 0 results”

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘wordpress and woocommerce pagination not work’ is closed to new replies.