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

    (@seothemes)

    Yes that is possible. You’ll need to add a line of code to the active theme’s functions.php file, or in a customization plugin:

    remove_post_type_support( 'post', 'wpcom-markdown' );

    Thread Starter Wayne

    (@waynep16)

    We have added this but it hasn’t achieved the desired effect. In face the opposit. It’s now enabled for posts and disabled for pages?

    Thread Starter Wayne

    (@waynep16)

    Any update on this? the code has been added to root and child theme functions still with no effect

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable for posts but enable for pages?’ is closed to new replies.