Forum Replies Created

Viewing 1 replies (of 1 total)
  • Here is the solution .

    Go to wp-seo-structured-data-schema/lib/classes/KcSeoHelper.php

    Open this file and search for kcSeoPostTypes() function.

    you will see something like this.

    $post_types = get_post_types(
    array(
    ‘_builtin’ => true
    )
    );
    change it to.

    $post_types = get_post_types();

    Thanks Phil for such awesome plugin!

Viewing 1 replies (of 1 total)