• Trying to using the infinite scroll plugin https://wordpress.org/plugins/infinite-scroll/ with the Point theme.

    I’ve been trying to find the right CSS selector settings for the Point Theme. Here’s what I’m trying without pagination selected

    Content Selector:#content
    Div containing your theme’s content

    Navigation Selector: #pagination
    Div containing your theme’s navigation

    Next Selector: #pagination .nav-previous
    Link to next page of content

    Item Selector: #content .article
    Div containing an individual post

    Anyone have success implementing this plugin?

The topic ‘Help finding infinite scroll selectors’ is closed to new replies.