Here’s an example of the entry from our custom feed:
<entry>
<id>https://blogs.duanemorris.com/cannabis/2022/10/17/bidens-pardon-announcement-gives-a-boost-to-safe-banking-prospects/</id>
<title type="html">Bidena€™s Pardon Announcement Gives a Boost to SAFE Banking Prospects</title>
<link href="https://blogs.duanemorris.com/cannabis/2022/10/17/bidens-pardon-announcement-gives-a-boost-to-safe-banking-prospects/" rel="alternate" />
<updated>2022-10-17T23:42:17.000-04:00</updated>
<summary>As we previously reported, on October 6, President Biden took executive action and announced that he would issue pardons for all prior Federal offenses of simple possession of marijuana, and urged state governors to do the same. As part of his executive action, Biden also directed the Secretary of Health and Human Services (HHS) and a€| Continue reading "Bidena€™s Pardon Announcement Gives a Boost to SAFE Banking Prospects"</summary>
<content type="html">
<![CDATA[As we previously reported, on October 6, President Biden took executive action and announced that he would issue pardons for all prior Federal offenses of simple possession of marijuana, and urged state governors to do the same. As part of his executive action, Biden also directed the Secretary of Health and Human Services (HHS) and … <p class="link-more"><a href="https://blogs.duanemorris.com/cannabis/2022/10/17/bidens-pardon-announcement-gives-a-boost-to-safe-banking-prospects/">Continue reading<span class="screen-reader-text"> "Bidena€™s Pardon Announcement Gives a Boost to SAFE Banking Prospects"</span></a></p>]]>
</content>
<author>
<name>Deanna J. Lucci</name>
</author>
<source>
<id>https://blogs.duanemorris.com/cannabis/feed/</id>
<title>Cannabis Industry</title>
</source>
</entry>
thanks,
Denise
Thanks
]]>So, I have created a custom feed but I cannot break down my categories to the feed specifications I am creating it for.
The requirement is to have it like this:
<categoryPath>Wonen>Kasten>Nachtkasten</categoryPath>
<categories>Wonen</categories>
<subcategories>Kasten</subcategories>
<subsubcategories>Nachtkasten</subsubcategories>
The category path works just fine, I have it as requested in this example.
But for categories I have done the following:
custom feed attribute: “categories” is mapped to value: “category”
and as a result I have the following in my feed:
<categoryPath>Skin Care > Bath & Body > Shaving</categoryPath>
<categories>
<category>Skin Care > Bath & Body > Shaving</category>
</categories>
I am not sure how to create and map subcategories and subsubcategories to break down and show only the breakdown in separate lines.
Can you please help me with this? Would greatly appreciate your help.
]]>Thanks for the powerful plugin!
I just created my custom feed. And I would like to customize some tags for using it as the Podcast Feed. (submit to Apple Podcast Connect).
They told me that my feed needed to add some tags, EX: category, language, etc.
So, how to customize them?
]]>I want to display RSS content on each post based on the title of each post.
For example,
[wp_rss_retriever url=”https://news.google.com/search?q=[post_title]E&hl=en-US&gl=US&ceid=US%3Aen” items=”10″ excerpt=”50″ read_more=”true” credits=”true” new_window=”true” thumbnail=”200″ cache=”7200″]
I created a function for shortcode [post_title] in the theme functions.php file.
function post_title_shortcode(){
return get_the_title();
}
add_shortcode('post_title','post_title_shortcode');
But it’s not working. I need the [post_title] value to be processed before the RSS url is checked. Right now it’s not.
Any ideas how to make this concept work here?
Thanks for your help!!
]]>Is it possible to use space on custom feed attribute?
I’m trying to make a custom feed for Google Ads DSA (dynamic search ads) and the page feed (see the template) won’t work with Google if there’s no space in the “Page URL” field.
Tried with underscore (“Page_URL”) but it’s not working with Google. Any way to use “Page URL”?
]]>