• 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,
    ) );


    Regards

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Pluginic

    (@wpqode)

    Hello dear @slade470,

    We truly appreciate your valuable contribution to our WordPress plugin! Your code snippet that enables users to create a FAQ section in their WooCommerce product edit page is an excellent addition. The shortcode implementation you provided not only enhances the plugin’s functionality, but also improves user experience on product pages.

    However, we would like to inform you that we are currently working on a similar feature with extensive customization and improvements to the schema for our product, which aligns with our plugin’s primary goal – FAQ Schema. As a result, we will not be adding your code snippet to our plugin at this time.

    Nevertheless, we truly appreciate your effort and hope that you continue to support and contribute to our plugin’s development in the future.

    Warm regards,
    Pluginic Team

Viewing 1 replies (of 1 total)
  • The topic ‘Allow woocommerce, pages and product Faq support’ is closed to new replies.