• Resolved knittingand

    (@knittingand)


    I’m using the following code on a page with more than 40 child pages and there are no navigation links to go to page 2

    [child_pages cols="4" id="7846"? link_titles="true"? thumbs="thumbnail"? link_thumbs="true" hide_more="true" hide_excerpt = "true" orderby="title" order="ASC" posts_per_page="40"]

    I’m working offline in wamp so there isn’t a live page to show. I’m using wpcustomify theme.

    • This topic was modified 6 years, 5 months ago by knittingand.
    • This topic was modified 6 years, 5 months ago by knittingand.
Viewing 1 replies (of 1 total)
  • Thread Starter knittingand

    (@knittingand)

    I found the error.

    In the cc pagination css there’s an error in the float clear that caused the pagination to disappear behind the links and thumbnails

    It says

    ccpages_nav {
        display: block;
        clear: all;
        text-align: center;
    }

    whereas it should be

    clear:both;

Viewing 1 replies (of 1 total)
  • The topic ‘No pagination links’ is closed to new replies.