• Resolved eqhes

    (@davidcs66)


    Custom Field Template version: 1.7.5

    It’s quite easy to enable shortcodes for text and teaxtarea field types; on custom-field-template.php (line 1455) replace this code:
    return $content;

    By this other:
    return do_shortcode($content);

    Why not doing this by default? :S

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Custom Field Template] Enabling shortcodes anywhere’ is closed to new replies.