Hi, I need to implement an HTML table that contains some attributes in php format about a post in a single post.
Example:
<table>
<tr>
<th> User </th>
</tr>
<tr>
<td> <? php the_field ('user'); ?> </td>
</tr>
</table>
For make this, I’ve support of ACF plugin (https://www.advancedcustomfields.com/resources/)
In another wordpress template that I had before, this code had it incorporated into the body of the post, but on this theme I don’t know where I can insert it, or if I can perhaps insert it through td composer, how could I do it? thanks.
Hello !
You can insert it via the tagDiv Composer Column text element. The shortcode must be inserted in the Text tab of the column text element as you can see it here: https://www.screencast.com/t/zJDUVBGK
Thank you !
It’s only loading no editor is opening.
Also didn’t find the column text.
https://www.screencast.com/t/x0FxzTvaKT
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Thank you !
Hi, thanks for the help,
I tried to put the code in the block you mentioned, but it doesn’t work with PHP. When I enter the code it automatically comments to me by adding <! – ->
what should I do?
Thanks!
Here I attached my system status. Not solved yet.
Hello !
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you
Our team will take a look !
Thank you !
and my problem?
How should I do to put PHP code inside template?
Thanks