robohara
Forum Replies Created
-
Forum: Plugins
In reply to: [WP RSS Multi Importer] Can it go to draft instead of publish?If you are using AutoPost, go to the AutoPost settings page and search for “Default status of posts”. Change the drop down to “Draft”.
I’m not sure how to do it if you are using Shortcode.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Remove hyperlink from category image?A bit more information:
I am pulling 22 different RSS feeds into ThrowbackNetwork.net. Each of these RSS feeds are for different podcasts.
Most of the RSS feeds point to specific HTML pages. On those, the default category icon displays properly. Example:
<div class="ftpimagefix" style="float:left"><a target="_blank" href="http://rcrpodcast.com/episodes/2014/9/14/rcr-episode-83.html"><img width="150" src="http://throwbacknetwork.net/images/rcr-icon.jpg"></a></div>On a few of my RSS feeds, the feed points directly to the source mp3 file for some reason. Just to be clear, this is a problem with the feed, not the plug-in. Example:
<div class="ftpimagefix" style="float:left"><a target="_blank" href="http://monsterfeet.com/shows/noquarter_101.mp3"><img width="150" src="http://throwbacknetwork.net/images/noquarter-icon.jpg"></a></div>In the second example, the link from the RSS feed points directly to the mp3 file. Because of that, the mp3 plug-in changes the default category image to its player.
The easiest solution I can think of is changing the AutoPost format so that the default category pictures aren’t hyperlinks. I don’t care if readers can’t click on them; they can click on the title of the post and also the Source Link that is added to the end of each post to go back to the source.
Thanks in advance for any help you can offer.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Auto Post – Post CategoryI upgraded and all of my old feeds began going to Uncategorized. On the Feed List, no categories were showing. The solution was to go into the Feed List, edit each Feed, and click Save Feed. This updated the information on the Feed List and the posts began going back into their proper categories.