Shortcodes in Title, Description
-
Hi guys,
I really like your Plugin and i have already donated something.
There’s one small but important issue that I would like you to resolve in a future version. The Title, Description and OG:Title of an article or page are not parsed with shortcodes. So any use of shortcodes is impossible.
I solved it in a working way by using the plugin “add actions and filters” (to not loose settings afte updating my theme) and adding these filters to do shortcode:
add_filter( 'aioseop_title', 'do_shortcode' ); add_filter( 'aioseop_description_override', 'do_shortcode' );
I still didn’t find out how to add a filter to the “OG:TITLE” tag.
Could you please add an option into the next version of the Plugin to parse shortcodes in all applicable fields? I just need it and maybe some others to!
- The topic ‘Shortcodes in Title, Description’ is closed to new replies.