Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jilleryfregan

    (@jilleryfregan)

    Modified from Jetpack:
    Add to functions.php:

    //remove IS from homepage and archives
    function tweakjp_custom_is_support() {
    	$supported = current_theme_supports( 'infinite-transporter' ) && ( is_single() );
    	return $supported;
    }
    add_filter( 'infinite_transporter_archive_supported', 'tweakjp_custom_is_support' );

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Only on single posts – not archive’ is closed to new replies.