If you go to www.sca-recovery.org you can see the feed in the lower right hand side. This is our live site. It looks good. But I have updated many things on our test site and removed an old plugin that used to handle our RSS feed. I replaced it with the Free version of RSS Agrigator. It works great but the spacing is a little off. The feed starts a little lower on the page and each line looks as if it is spaced 1.5 apart. I’d like it just single spaced. Can I adjust these formatting setting using RSS agrigator? If so, how?
]]>The RSS hasn’t pulled in for a couple week. I deactivated plugins, purged cache. I deactivated current theme, purged cache. Set new default timings from every 12 hrs to every 2 hours, purged cache. Still not working for me. Other ideas?
]]>I was asked by my director to remove the links to a research project at a local university an was told that the RSS would update all the linked distribution pages. I made the full updates on our website but then noticed that the RSS feed has not changed to remove the link on several of the episode feed links: namely episodes 1, 2, and 3.
I have run a plug in test on our website but I am not sure if that has helped to make any noticeable chnages. Any help would be greatly appreciated!
]]>Into the Simply Podcast plugin in WordPress for 4 hours last night, and it just seems to be stuck “downloading” the whole time, yet it’s uploaded 2,296 artwork images from 3 episodes—I have a total of 47 episodes and 1 trailer that I am trying to import. I left the window open as it said, I even tried with that window as the sole thing only on my laptop and no screensave. Now it just says import cancelled! (With the exclamaition mark any time I try to do it again. I’ve also this morning tried uninstalling and reinstalling the plugin but nothing has changed.
I have already used the Cast Feed validator before I tried to import it the first time.
https://www.castfeedvalidator.com/validate.php?url=https://anchor.fm/s/f47824a0/podcast/rss
I also have the Yoast premium plugins if that adds any context, this has already recogised a new content type of “podcast”.
Can you please advise how I can fix this bug? Or what I may be missing in a setting somewhere?
]]>Any help is appreciated. (sidenote, I am NOT the regular website administrator so anything that’s suggested will need detailed instructions. Thanks in advance for your help.)
The page I need help with: https://sfsaz.org/podcast/
]]>Any help is appreciated. (sidenote, I am NOT the regular website administrator so anything that’s suggested will need detailed instructions.)
]]>I want the feed to have only the post title (as link) without content, excerpt, website icon and name, and date.
How can we do this?
Thank you
Hello,
I was wondering if there was a way to change the URL of the feed, for example instead of https://www.mysite.com/feed/podcast/ , it would be https://www.mysite.com/feed/podcastv2.
I see there is an option to “Redirect your feed to a new URL” but as I saw in other posts here, this would need me to manually generate/manage the other feed (which is not what i am looking for).
So maybe is there a way to change the “podcast” slug somewhere in the plugin files so the new url automatically gets “podcastv2” in it?
Thank you for your help
]]>“Fatal Error: duplicate attribute (found xmlns)”
Here’s the code I tried:
function add_custom_rss_namespace() {
if (!has_action(‘rss2_ns’, ‘add_custom_rss_namespace’)) {
echo ‘xmlns:content=”https://purl.org/rss/1.0/modules/content/” ‘;
echo ‘xmlns:dc=”https://purl.org/dc/elements/1.1/” ‘;
echo ‘xmlns:atom=”https://www.w3.org/2005/Atom” ‘;
echo ‘xmlns:media=”https://search.yahoo.com/mrss/” ‘;
}
}
add_action(‘rss2_ns’, ‘add_custom_rss_namespace’);
add_action(‘atom_ns’, ‘add_custom_rss_namespace’);
How can I resolve this error without duplicating the attributes?
function add_rss_update_frequency() {
echo “hourly\n”;
echo “1\n”;
echo “60\n”; // Time-to-live (in minutes)
}
add_action(‘rss2_head’, ‘add_rss_update_frequency’);
Is this the right way to adjust the crawl frequency, and will search engines honor these changes?
Here is the link to my RSS feed:
Thanks in advance for any help or guidance on how to resolve these issues!
]]>