• ontimecars

    (@ontimecars)


    Dear Friends,

    I am not a coder but by learning from video I have design my website –
    http://ontimecars.in/

    I have 73 post published but pagination is not showing properly. Whenever I click on next page same post appears. Due to pagination my footer have got disturb on front page and not showing properly, but in other post pages it is fine, for e.g. in below page –

    http://ontimecars.in/mumbai-to-kolhapur-taxi-service/

    Please let me know how to solve this problem, if anybody need any php file I will provide you, please guide me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter ontimecars

    (@ontimecars)

    Dear esmi,

    Thanks for your reply.
    I tried to deactivate all plugin and checked but nothing happened.

    But when I reduce post to 9 nos. that is set as number of post to be displayed in FEED section in continuum option in appearance section, then the footer problem got solved. But I have 73 post to be posted how can I move ahead I have no idea? If I again publish any post then everything will again get messed up.

    Also I tried to do same thing to website hosted at my localhost but there pagination is displaying properly without disturbing the footer but not working i.e. I can see the same page every-time I click on different pages on pagination.

    Now I am thinking of copying all php files from my localhost to my web-server and replacing the existing one on web-server.

    what is your suggestion please guide. I have figure out that pagination is only problem in my theme. I am using continuum theme.
    I wonder whether I can get some code for pagination and replace the default code in my theme.

    Thread Starter ontimecars

    (@ontimecars)

    I have copied all php from my localhost to webserver and also copied the missing images required for pagination wrapper to image folder in theme folder and problem of pagination display got solved.

    But now pagination is not functioning properly here is the code below –

    <?php $pagination_args = array(
    ‘before’ => ‘<div class=”pagination-wrapper single-page”><div class=”left-cap”> </div><div

    class=”pagination”><span class=”page”>’ . __(‘Pages:’) . ‘</span>’,
    ‘after’ => ‘</div><div class=”right-cap”> </div></div>’,
    ‘link_before’ => ‘<span class=”current”>’,
    ‘link_after’ => ‘</span>’,
    ‘next_or_number’ => ‘number’,
    ‘nextpagelink’ => __(‘Next >’),
    ‘previouspagelink’ => __(‘< Previous’),
    ‘pagelink’ => ‘%’,
    ‘echo’ => 1 ); ?>

    <?php wp_link_pages($pagination_args); ?>

    Please help, I have tried to copied the code from tag post page for pagination where the pagination seems to be working –

    <div class=”pagination-wrapper”>

    <div class=”left-cap”>
    </div>
    <div class=”pagination”>
    <span class=”page”></span>

    <span class=”current”></span>





    <br class=”clearer”></br>
    </div>
    <div class=”right-cap”

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘pagination problem’ is closed to new replies.