Thx @DDfakt
This commit is contained in:
KoenemannH 2018-07-24 15:27:43 +02:00
parent 751983807a
commit 9407ee0d96
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if ( ! function_exists ( 'understrap_components_jetpack_setup' ) ) {
// Add theme support for Infinite Scroll.
add_theme_support( 'infinite-scroll', array(
'container' => 'main',
'render' => 'components_infinite_scroll_render',
'render' => 'understrap_components_infinite_scroll_render',
'footer' => 'page',
) );