Cannot (accurately) place shortcode in page layout
-
I’ve been using WP Favorite Posts for a site, and short of writing a new favorite posts plugin, I am having an issue with the shortcode,
{{wp-favorite-posts}}
.It seems to stick to the top of the page or element that it’s being placed in.
From looking at the JavaScript, I thought I could wrap the shortcode in a div (since it uses .parent() to append data) like this:
<div>{{wp-favorite-posts}}</div>
.If you’ve had any luck placing or controlling where the shortcode goes, please help!
Thanks.
- The topic ‘Cannot (accurately) place shortcode in page layout’ is closed to new replies.