Title: Shortcode not work
Last modified: August 21, 2016

---

# Shortcode not work

 *  [Mourat](https://wordpress.org/support/users/mourat/)
 * (@mourat)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-work-1/)
 * I can not execute shortcode via `do_shortcode('[imgtxt type=text]65456[/imgtxt]')`
 * Result: [http://i.imgur.com/DRGtKq8.png](http://i.imgur.com/DRGtKq8.png)
 * [https://wordpress.org/plugins/imagetext/](https://wordpress.org/plugins/imagetext/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Mourat](https://wordpress.org/support/users/mourat/)
 * (@mourat)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-work-1/#post-4675191)
 *     ```
       <td align="left" valign="top">Téléphone fix: </td>
       <td align="left" valign="top"><?= do_shortcode('[imgtxt type=text]'.the_field( "telephone_fix" ).'[/imgtxt]') ?></td>
       ```
   
 *  Plugin Author [flashpixx](https://wordpress.org/support/users/flashpixx/)
 * (@flashpixx)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-work-1/#post-4675192)
 * The do_shortcode filter ([http://codex.wordpress.org/Function_Reference/do_shortcode](http://codex.wordpress.org/Function_Reference/do_shortcode))
   is not implementated yet, the tags must be used without do_shortcode. For using
   the functionality in plain PHP files you can use the get-method in the link class

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Shortcode not work’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/imagetext.svg)
 * [Image Text](https://wordpress.org/plugins/imagetext/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/imagetext/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/imagetext/)
 * [Active Topics](https://wordpress.org/support/plugin/imagetext/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/imagetext/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/imagetext/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [flashpixx](https://wordpress.org/support/users/flashpixx/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-work-1/#post-4675192)
 * Status: not resolved