WordPress update and Post in Page issue
-
A WordPress/plugins auto update ran on my site last night and it has changed the way Posts in Page works. I have shortcode/php in a template to display posts from one category that is only in use occasionally. When there are no posts, nothing appears. Except after the update, code is appearing, even though there are no posts. It’s adversely affecting the display, so I’m going to hide it with css, but not sure if this is part of the update that I need to deal with or something gone wrong.
Code in my template:
<?php echo do_shortcode("[ic_add_posts category='updates'] "); ?>
What is showing up on my page:
<div class="post hentry ivycat-post"><span class="pip-not-found"></span></div>
Previously, nothing displayed when there were no posts in the category. Is this part of new functionality that I need to deal with or something else?
Thanks!
- The topic ‘WordPress update and Post in Page issue’ is closed to new replies.