code needs a tweak to support latest genesis
-
they’ve renamed main-content to genesis-content…
the code should now read:
/** Add infinite scroll **/
add_theme_support( ‘infinite-scroll’, array(
‘container’ => ‘genesis-content’,
‘footer’ => false,
‘footer-widgets’ => ‘main-footer’,
‘render’ => ‘genesis_do_loop’,
) );https://ww.wp.xz.cn/plugins/genesis-jetpack-infinite-scroll/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘code needs a tweak to support latest genesis’ is closed to new replies.