• Resolved YouTech

    (@youtechians)


    I had bought Schema Pro but i didn’t get Solution there.

    As I used Schema Pro Shortcode [wp_schema_pro_rating_shortcode] for Star Rating between the Post and I want to remove the Star Rating that is Automatic Inserted at the end of the Post but want to Show anywhere With Shortcode.

    I already Tried by Using CSS but all of them become hidden as I want to show with shoetcode. How Can I Do this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @youtechians

    You can use the following code to achieve this requirement.

    $instance = BSF_AIOSRS_Pro_Markup::get_instance();
    remove_filter( 'the_content', array( $instance, 'rating_markup' ) );

    Do insert this code in your child theme’s functions.php. Let us know how it goes.

    Regards,
    Suman

    Thread Starter YouTech

    (@youtechians)

    The Code You Provided Works and I’m Able To Achieve that I Want.

    I have Another Problem Did I Need to Create New Thread?

    Thank You!

    Thread Starter YouTech

    (@youtechians)

    How Can I Show Schema Markup Microdata Details at the Top of the Blog Post? Is it Possible to Show Details in Frontend?

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @youtechians

    Currently, there is is only the default option to show the summary Box at the bottom of the page.

    Do let us know if you have any further queries.

    Regards,
    Suman

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove Star Rating From Bottom’ is closed to new replies.