Twenty Fourteen "infinite-scroll" -> site specific plugin
-
Hello,
I want to enable infinite-scroll function of Jetpack via a site specific plugin in my Twenty Fourteen Theme.
Creating is child theme is no choice. Actually I fixed all my problems via plugins.
My Plugin:
<?php> function twentyfourteen_infinite_scroll_init() { add_theme_support('infinite-scroll',array('container' => 'content','footer' => 'page')); } add_action( 'after_setup_theme', 'twentyfourteen_infinite_scroll_init', 11);
If I now enable infinit-scroll via Jetpack I get an white screen and the plugin is not enabled. Do you have any ideas? Unfortunatly I have no access to the webserver logs.
Off Topic:
I’m really wondering, beause I thought infinit-scroll was working on my site…Best regards and thanks in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Twenty Fourteen "infinite-scroll" -> site specific plugin’ is closed to new replies.