Display the full post content (Rendering PHP)
-
I cant get my favourites list’s content that is shown in my favourites list to render the php in the post. im no longer showing just the title in my list.
<h1>My Favourite Posts</h1>
– < Post 1 > < Post 1 Content >
– < Post 2 > < Post 2 Content >
– < Post 3 > < Post 3 Content >My posts have php in the currently using a plugin to replace <? php – ?> with [insert_php] and my list renders the php in the post like so…:
– < Post 1 > < Post 1 [insert_php] echo “Content”;[/insert_php] >
Iv tried different plugins but no luck. The WP Fav Posts widget doesn’t seem to like php.
Using Extended edition.
The topic ‘Display the full post content (Rendering PHP)’ is closed to new replies.