Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Thanks for the report! That’s a known issue, and we’re looking into it. You can follow our progress here:
    https://github.com/Automattic/jetpack/issues/1210

    Until we fix the problem, you can fix it on your site by adding the following code to your theme’s functions.php file:

    add_filter( 'jetpack_implode_frontend_css', '__return_false' );

    Thread Starter ctheory11

    (@ctheory11)

    Awesome. Thanks for the quick response!

    Plugin Contributor Ryan C.

    (@ryancowles)

    Glad to hear that helped! Please let us know if you have any additional questions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page numbers appear on home page after 3.2 install’ is closed to new replies.