Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Markus Drubba

    (@drumba)

    Hey,

    how the content from a custom field is processed, depends on the theme. You can use the do_shortcode() function for processing shortcoes from custom fields.

    Thread Starter Debugger

    (@retrobeatcom)

    Its a custom theme, im using custom fileds to provide different type of download links. I’ll try with do_shortcode() and will let you know.
    Thank you for the support!

    EDIT: Thanks again! It works like charm!
    <?php echo do_shortcode( $content ) ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add support for [l2g] tag inside Custom Fields?’ is closed to new replies.