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

    (@dcooney)

    Hi skalibran,
    That is not possible and why would you want to do that?
    Ajax Load More will only display posts from the current site.

    Cheers,

    Thread Starter skalibran

    (@skalibran)

    Hi

    It’s because I want to display all sites except for the site that displays all sites. The site is basically displaying itself.

    Maybe there is an option to hide the very first element? It is ordered by the menu, and the site that displays all sites is the first element in the menu.

    Plugin Author Darren Cooney

    (@dcooney)

    Oh, I see.

    Sorry – that is not currently supported.

    Thread Starter skalibran

    (@skalibran)

    Not that big of a deal. In the repeater, I wrapped a class around the code: .page_content

    In my style.css, I was easily able to disable the display of the first page with nth-child:

    .page_content:nth-child(1) {
    display:none;
    }

    Thanks anyway, love the plugin!

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