hi,
I installed the Allow EE Code plugin, saving the “pi.allow_eecode.php” file to “mysite/mysystem/expressionengine/third_party/allow_eecode/pi.allow_eecode.php”.
I added the tag to my template:
<div class="entry-body">
{exp:allow_eecode embed="y"}
{journal_entry_body}
{/exp:allow_eecode}
</div>And in my post entry:
<figure class="float-left">
{entry_image_01}
<figcaption>Marceline</figcaption>
</figure>where {entry_image_01} is the short-name assigned to an image file that has been uploaded, and is associated with the current post entry.
Text formatting on that post is set to “None” (though I’ve tried it with “Allow EE Code”), and when I attempt to see the page, it redirects to the GitHub page of the plugin. Attempting also to go to the Plugins area of the control panel redirects to that GitHub page.
http://www.ataulmunim.co.uk/eyup
Any ideas appreciated. Thanks 😊