Title: Shortcode Custom Field
Last modified: October 5, 2022

---

# Shortcode Custom Field

 *  Resolved [ayam maiself](https://wordpress.org/support/users/electropatata/)
 * (@electropatata)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/shortcode-custom-field/)
 * 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)

 *  [Mahdee](https://wordpress.org/support/users/m4hd1bd/)
 * (@m4hd1bd)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/shortcode-custom-field/#post-16074015)
 * Hi [@electropatata](https://wordpress.org/support/users/electropatata/),
 * We do not have such fields currently. However, you can make use of custom fields
   like text/textarea to show it, just override the template to do the thing you
   just mentioned here. Here’s the guide on template overriding: [https://directorist.com/documentation/directorist/developers-guide/template-override/](https://directorist.com/documentation/directorist/developers-guide/template-override/)
 * Regards,
    Mahdi.

Viewing 1 replies (of 1 total)

The topic ‘Shortcode Custom Field’ is closed to new replies.

 * ![](https://ps.w.org/directorist/assets/icon-256x256.gif?rev=3185058)
 * [Directorist: AI-Powered Business Directory, Listings & Classified Ads](https://wordpress.org/plugins/directorist/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/directorist/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/directorist/)
 * [Active Topics](https://wordpress.org/support/plugin/directorist/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/directorist/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/directorist/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mahdee](https://wordpress.org/support/users/m4hd1bd/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/shortcode-custom-field/#post-16074015)
 * Status: resolved