Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, George

    Since the latest release (1.0.4) this option is available in the plug-in

    1. Check the name of your current theme in WP Admin (/wp-admin/themes.php)
    2. Open file wp-content/themes/<your_theme_name>/functions.php
    3. Find the function called <your_theme_name>_setup() and add before its end

    add_filter( ‘semrush_seo_writing_assistant_post_types’, function ( $post_types ) {
    return array_merge($post_types, array(‘<your post type>’));
    });

    Ilya Onskul,

    Product Owner

    • This reply was modified 5 years, 9 months ago by onskulsm.
    • This reply was modified 5 years, 9 months ago by onskulsm.
    • This reply was modified 5 years, 9 months ago by onskulsm.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Post Type’ is closed to new replies.