[Plugin: WP Favorite Posts] HTML Problem: when rendering, plugin taking script out of html tags.
-
I am having the following issue.
When I try to add the wpfp_link() to a list via the template, when the page is rendered, the wpfp_link() is taken out of the list tags and put above it.
Here is what is on the template:
<div class="list"> <ul> <li>Print Post</li> <li><?php wpfp_link(); ?></li> </ul> <div>But when you render the page, I do an “Inspect Code” and this is what shows:
FAVORITE POSTS HTML CODE HERE <div class="list"> <ul> <li>Print Post</li> <li></li> </ul> <div>As you can see, it takes it out of the list tags.
Any help would be appreciated.
The topic ‘[Plugin: WP Favorite Posts] HTML Problem: when rendering, plugin taking script out of html tags.’ is closed to new replies.