AdopteeK
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Content Shortcode] Content now returns images as well as wordsIt’s fixed! Thank you so much! You’re the best!!
Forum: Plugins
In reply to: [Custom Content Shortcode] Content now returns images as well as wordsEliot, thank you for your response. I’ve applied the new update, but the behavior is not corrected.
To help explain what is happening, I’ve set up an example for you to look at. Go to this page: http://adopteereading.com/books-without-an-adoption-theme/
Notice the first book listed on the page, titled Fatal Flight. Notice that the book cover is displayed and then, midway through the post text, another image of a sunset is displayed. The book cover is set as the featured image. This image I do want to display. The sunset is an image embedded within the post text. I do not want this image to display on this page. Prior to the previous update, images embedded within the post text were not returned.
Here is my code to generate the page:
[loop type=”post” category=”non-adoption-themed” orderby=”name” order=”ASC” columns=”2″ pad=”0px 10px”]
[field image image_class=”alignleft”][field title-link]
[field _subtitle]
[content words=”30″]
[/loop]Thank you once again for your help!
Forum: Plugins
In reply to: [Custom Content Shortcode] Sort by post slug?I think I figured it out. Orderby=”name” seems to use the slug. (Sorry, I’m new at this.)