Problem: for each feed item created by the RSS aggregator plugin, there is a URL automatically created such as:
http://vrsverige.se/feed-items/the-state-of-virtual-reality-os-vr-interview/
So there are tons of http://vrsverige.se/feed-items/* URLs, which I believe is bad for our search engine ranking. True?
RSS aggregator creates wprss_feed_item. The Newsmag theme uses Custom Post Types, and seems to automatically use wprss_feed_item to create these URL:s.
1. how do i disable these URL:s?
2. how do i delete all old URL:s?
Hi
We didn’t tested RSS aggregator plugin with the theme and we’re not aware of its functionality in order to provide an answer. By default the theme does not create any custom post type, it uses the default ones from WordPress, also the theme does not affect feed system. That system is generate by WordPress and can be customized using some specific plugins but the theme does not have any features which can change it.
If you don’t want the urls created by RSS aggregator plugin try to deactivate it then regenerate your sitemap so search engines won’t index these links anymore.
Thanks!
See image below. This is a screenshot from the Newsmag Theme Panel.
At Feed Items> it has automatically used wprss_feed_item.
This is something we didn’t add.
I believe this is what causes the feed items to become published.
The RSS aggregator itself doesn’t create the URL:s. This has been tested and verified by using other wordpress themes.
I really need your professional help on this problem.
Your suggested solution doesn’t solve our problem, because it is just a bad work-around the real problem. We do need to use the RSS aggregator plugin, and we don’t want the URL:S auto published.

-
This reply was modified 10 years by
jorelswe.
Hi
In that section the theme list all registered custom post types so you can change some settings for them. These are all settings available for each custom post type: http://screencast.com/t/ERkvBJWK5
These custom post types from above image,l are not added by the theme, they seems to be generated by some plugins, also our theme does not influence theirs functionality.
If you check this link http://vrsverige.se/feed-items/see-what-its-like-to-be-behind-samus-visor-with-this-metroid-vr-experience/ you’ll notice that is a wprss_feed_item post type: http://screencast.com/t/3y1iHSlreS Newsmag theme does not create this post type by default and can’t generate the link for it automatically.
Thanks!