Allow woocommerce, pages and product Faq support
-
Its good and simple plugin, i see most of the users are asking to allow faq schema for their woocommerce products.
here is the small contribution from my side i manage to modify the code and it worked very well for me.
\plugins\faq-schema-ultimate\admin\faqsu-framework\metabox-options.php
line 12 modify and update the following code.
this will allow faq schema to be displayed on wocommerce products, pages and post.you can also add the other post types in the array, it will display the faq schema on that post type as well.
WPFAQSU::createMetabox( $prefix_post_opts, array(
'title' => 'FAQ Post Options',
'post_type' => array('post','product','page'),
// 'show_restore' => true,
) );
RegardsThe page I need help with: [log in to see the link]
- The topic ‘Allow woocommerce, pages and product Faq support’ is closed to new replies.