Shortcode not working in tags
-
Hi everyone, I added a function for my own shortcodes:
function events_list( $atts , $content = null ) { global $post; ... } add_shortcode('eventlist', 'events_list' );
On pages and categories it works without any problems.
But when I add the shortcode on a “tag” page, I just get the output of the shortcode: [eventlist] or [eventlist tagid=””]Anyone an idea how to solve this issue?
Couldn’t find something helpfull about this topic on google.Thank you so much!
- This topic was modified 4 years, 8 months ago by . Reason: Moved to Fixing WordPress from Everything else WordPress
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Shortcode not working in tags’ is closed to new replies.