justintimshel
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Custom Simple Rss] Not understanding date rangesI switched the type from “date” to “publish,” and that seemed to work. I’d still love an explanation, so I know what’s going on.
Thank you!
Forum: Plugins
In reply to: [Custom Simple Rss] Thumbnail not showing upI got it by adding this:
//Start modified code to add featured image in the right place <description><![CDATA['. "<a href=\"" . get_permalink($post_id) . "\" title=\"" . get_the_title($post_id) . "\" rel=\"nofollow\"><img width=\"" . $thumb_width . "\" height=\"" . $thumb_height . "\" src=\"" . $thumb_url . "\" loading=\"lazy\" style=\"float: left; margin-right: 5px;\" /></a>" .' '. $excerpt . ']]></description>'; //End modified code. Un-comment next line if revert to original. // <description><![CDATA['. $excerpt .']]></description>';I had to figure out the syntax, so I’m sure you could do it more elegantly. I don’t think my way allows it to be turned on and off, for example.
Forum: Plugins
In reply to: [Custom Post Type UI] Getting custom taxonomies into my RSSThank you for the quick response. I’ve got very little experience with plug-in development, so I thought maybe I was missing something obvious. My assumption is that plugins that allow user utilization of metadata (like the RSS one or, say, Beaver Builder) must define which meta items to include, but I thought maybe there was a way to designate a taxonomy to be carried by the post in that way.
Viewing 3 replies - 1 through 3 (of 3 total)