• Hi,

    I can’t make it to work while using twentytwenty theme, can you please help me with what’s wrong with my configuration code below?

    /**
     * Adds theme support for Auto Load Next Post
     * and is locked and loading from the footer.
     */
    function add_alnp_theme_support() {
      add_theme_support( 'auto-load-next-post', array(
        'content_container' => 'main#site-content',
        'title_selector' => 'h1.entry-title',
        'navigation_container' => 'nav.pagination-single',
        'comments_container' => 'div.comments-wrapper',
        'load_js_in_footer' => 'yes',
        'lock_js_in_footer' => 'yes',
      ) );
    }
    add_action( 'after_setup_theme', 'add_alnp_theme_support' );

    The page I need help with: [log in to see the link]

  • The topic ‘Not work with default twentytwenty theme’ is closed to new replies.