Not showing in Custom Post Type
-
I’m trying to use YASR for a custom post type (Download Monitor, dlm_download).
The cpt displays the content, but not the shortcode.My #1 goal is to have this applied using a function like:
function add_visitor_vote( $content ) { global $post; if ( $post->post_type == 'dlm_download' ) { $content .= do_shortcode('[yasr_visitor_votes size="small"]'); } return $content; } add_filter( 'the_content', 'add_visitor_vote' );
But it won’t even work with [yasr_visitor_votes size=”small”] in the content field.
I’ve disabled my function and tried the incognito window idea you posted in another response. Still no stars.
https://www.ads-software.com/plugins/yet-another-stars-rating/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Not showing in Custom Post Type’ is closed to new replies.