• Resolved Anonymous User

    (@anonymized-15229786)


    Hi and thanks for a GREAT plugin!

    Is it possible to activate the map/shortcode in the categories and tags description fields?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Camille V

    (@socrapop)

    Dear @jannepalmen ,

    It is not by default on WordPress, you have two possibilities depending on your skills :

    1. Copy and paste those lines in your functions.php file in your theme or child theme :

      add_filter( 'term_description', 'shortcode_unautop');
      	add_filter( 'term_description', 'do_shortcode' );
    2. Install a plugin like this one that does the same thing :
      https://en-gb.ww.wp.xz.cn/plugins/enable-shortcodes-inside-widgetscomments-and-experts/

    Shortcode in descriptions should work now 🙂

    Have a nice day,
    Camille

    Thread Starter Anonymous User

    (@anonymized-15229786)

    Great! Works like a charm. Problem solved. Thanks a lot, Camille!

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

The topic ‘Map i category/tag description’ is closed to new replies.