post-list show_image breaks page!
-
I’m using the post-list shortcode to show lists of recent posts from blogs on other networks in a multi-site installation. I tried to add the featured image thumbnails to one of the feeds and got this result:
If there are no featured images the feed works properly.
If there are featured images and
– if numberposts=1 the expected image and linked post title display. (The layout is screwed up, looks like an un-cleared float).
– if numberposts is greater than 1 everything from that point on in the page content disappears entirely.
Here is the generated page code for one post with image:
<ul class="post-list with-image"><li class="listed-post"><a class="pcs-post-title" href="https://blog.sierranevada.edu/art/?p=1013" title="Notes from a Junior Portfolio Review, Fall 2013">Notes from a Junior Portfolio Review, Fall 2013</a><img width="150" height="150" src="/art/wp-content/blogs.dir/32/files/2013/11/IMG_6151-150x150.jpg" class="pcs-featured-image wp-post-image" alt="IMG_6151"></li></ul>
- The topic ‘post-list show_image breaks page!’ is closed to new replies.