• Resolved andyt1980

    (@andyt1980)


    Hi Tom,
    I’m trying to output a shortcode value below the title using the after title hook, this is what I have so far but it isn’t working:

    add_action( 'wpsp_after_title', 'add_ratings_after_title' );
    function add_ratings_after_title() {
        echo do_action( '[yasr_overall_rating size="medium"]' );
    }

    Any help much appreciated.

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

The topic ‘Display Shortcode after Title’ is closed to new replies.