WPIntell

Source evidence

Shortcode not work

Image Text · support · 2014-03-05T09:26:00+00:00

complaintsentiment
mediumseverity
0.74relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 32 rows with source links

15.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Mourat unresolved
I can not execute shortcode via do_shortcode('[imgtxt type=text]65456[/imgtxt]') Result: http://i.imgur.com/DRGtKq8.png https://wordpress.org/plugins/imagetext/ <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> The do_shortcode filter ( 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

Comments

2 shown
Mourat 2014-03-05T09:29:00+00:00

<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>

flashpixx 2014-03-05T09:38:00+00:00

The do_shortcode filter ( 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