• Resolved ayam maiself

    (@electropatata)


    Hello

    ?Can be added a Custom-field to add Shortcodes in any place?
    example, add a custom field named SHORTCODE with a shortcode.php file like the TEXT.php field file placed in:
    directorist/templates/single/custom-fields/text.php
    but it must do:

    do_shortcode( $value );
    instead
    esc_html( $value );
    in line 18
    Line 18 of directorist/templates/single/custom-fields/text.php :
    <div class=”directorist-single-info__value”><?php echo esc_html( $value ); ?></div>

    So can be added a shortcode custom field in any place of the listing if needed.

    Thanks in advance.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode Custom Field’ is closed to new replies.