• Hi, the plugin is really cool, but I don’t know why when the number of posts is odd, the pagination takes the place of one of the posts. Is there a way to insert it as code?
    I’m using Divi which allows you to insert code into a module at the bottom.
    Any help will be welcome.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author AlanP57

    (@alanp57)

    I’ve looked at the page and the pagination links seem to be in the second column rather than below it so any CSS added to fix the issue does not have an effect.

    To insert the pagination PHP function use:

    if(function_exists('wp_paginate')) {
       wp_paginate();
    }
    • This reply was modified 2 years, 6 months ago by AlanP57.
    Thread Starter JMFDCV

    (@jmfdcv)

    That only happens where the posts occupy the two columns as in the following link, the pagination module returns to the original position, bottom left.

    /categoria/recaudacion-tributaria/

    Plugin Author AlanP57

    (@alanp57)

    Normally HTML elements that are append to the end of the blog post should not be included in column. Probably it is the Divi theme that is doing this. You should ask Divi support about this issue.

    Thread Starter JMFDCV

    (@jmfdcv)

    many thank`s

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Placement’ is closed to new replies.