• Resolved Cowboy

    (@cowboyofbottrop)


    Howdy,

    I want to use a shortcode in the nodes of a show to provide a flyer for download. It looks like thie:
    [download id="64"]

    How can I make GigPress to parse this shortcode?

    Keep it Country,
    Markus

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @cowboyofbottrop

    This isn’t currently possible, but I submitted an internal feature request to do this.

    If you’d like to modify your own copy of the plugin (generally not recommended) to be able to do this immediately…

    1. We always recommend restorable database and file backups before modifying anything on your site.
    2. open /wp-content/plugins/gigpress/gigpress.php
    3. replace $showdata['notes'] = wptexturize($show->show_notes); with $showdata['notes'] = wptexturize( do_shortcode( $show->show_notes ) );

    Please let me know how this goes for you.

    Thread Starter Cowboy

    (@cowboyofbottrop)

    Thank you, @cliffpaulick, it’s implemented in the new version of the plugin and works fine. ??

    Awesome! Thanks for letting me know it worked for you.

    We’d appreciate a 5-star review if you don’t mind.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Use shortcodes in Notes’ is closed to new replies.