Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #662778

    I am experienceing a prblem in trying to break up a long post in multi pages. tried just using the <!––nextpage––> tag but it was either not showing on post or displaying to the right of the content.
    I added the following code to the loop-index.php:
    $avia_wp_link_pages_args = apply_filters(‘avf_wp_link_pages_args’, array(
    ‘before’ =>'<nav class=”pagination_split_post”>’.__(‘Go to page:’,’avia_framework’),
    ‘after’ =>'</nav>’,
    ‘pagelink’ => ‘<span>%</span>’,
    ‘separator’ => ‘ ‘,
    ));
    wp_link_pages($avia_wp_link_pages_args);

    This seemed to work to put the pagination after the content but it also is now showing the regular “pages: 1,2…” next to it so there are now two pagination elements showing. What do I need to rem out or change so that I just have the pagination showing after the post content.
    Thanks.

    #662978

    Hey themeforesttony,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #663140

    See below

    #664485

    Hi Rikard,
    Sorry to be breaking protocol. Have you had a chance to look at this?

    #664584

    Hi,

    Please update the theme to the latest version. That should fix any issues you are currently experiencing :)

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area

    Best regards,
    Andy

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.