Tagged: Portfolio
-
AuthorPosts
-
October 1, 2017 at 1:49 pm #858899
Hi all,
Google reports of broken rss feed for my portfolio posts. Website: https://aertvandergoesstraat.nl/ondernemer/hudson-bar-kitchen/ All ondernemers/ specialists are portfolio items. All other feeds are working.
I checked older posts with the same problem: https://kriesi.at/support/topic/broken-rss-feed-links/
Tried all the solutions mentioned:
– Github plugin:https://github.com/wpexplorer/wpex-post-types-feed-links-fix this doesn’t work because it’s for comment feeds, not portfolio feeds.
– Tried al plug-ins turned off: no change
– Tried with the default WP theme: I don’t know because the default WP theme doesn’t have portfolio posts.
– Re saved permalinks several times, no change.I did find out what the right url is:
404 ERROR for the url that Google finds: https://aertvandergoesstraat.nl/ondernemer/hudson-bar-kitchen/feed/ the categorie ondernemer is put between with Portfolio item settings on the permalink settings page.
Good URL: https://aertvandergoesstraat.nl/hudson-bar-kitchen/feed/So Enfold is putting the categorie/tag base ondernemer between the main url and the portfolio-item. However there is no valid feed there, when WP is making the feed url it does without the categorie/tab base from the permalink settings.
What to do so Google will find the right url or WP will generate the right URL?
Thanks in Advance,
ArianeOctober 2, 2017 at 8:04 pm #859353Hey ariane1001,
Can you show us what error you are getting, so we can try identify the issue please?
Best regards,
BasilisOctober 2, 2017 at 9:23 pm #859378Hi Basilis,
When you go to https://aertvandergoesstraat.nl/ondernemer/hudson-bar-kitchen/feed/ you will get an 404 error page, this is the issue. I explained it all in my first post.I would really apriciate if you could look into this, I am not the only one with the problem.
Regards,
ArianeOctober 4, 2017 at 2:30 pm #860144Hi Ariane,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaOctober 5, 2017 at 10:30 am #860510Hi Victoria,
There is nothing to see there anymore because I turned off the feeds with this code:
remove_action( 'wp_head', 'feed_links_extra', 3 );
I rather have no feeds then feeds who give a 404.Regards,
ArianeOctober 6, 2017 at 5:57 am #860853Hi Ariane,
Thanks for the feedback. Please let us know if you should need any further help on the topic.
Best regards,
RikardOctober 18, 2017 at 5:35 pm #865851hi,
As I mentioned before, I found a solutions what works for my client but the problem is not solved. I think it’s someting Kriesi should look into because portfolio feeds are not working well.
Regards,
ArianeOctober 19, 2017 at 10:51 pm #866502Hi,
The custom post type portfolio, does not have feeds activated.
Enable them by usingfunction my_custom_feed($qv) { if (isset($qv['feed'])) $qv['post_type'] = get_query_var('post_type'); return $qv; } add_filter('request', 'my_custom_feed');
Best regards,
BasilisOctober 31, 2017 at 2:15 pm #870848Hi Basilis
I place the code you suggest before on my function.php file but do not work. I dont know if work for ariane1001 but i still getting a 404 error from google.
if you find the solution for this topic please let me know. Thanks in advanceNovember 4, 2017 at 3:44 am #872360Hi,
The feed is broken because the portfolio posts content are created with the advance layout builder. Please use the default editor if you want to include the portfolio post types to the feed.
Best regards,
IsmaelNovember 20, 2017 at 11:12 pm #879416This reply has been marked as private.November 21, 2017 at 5:21 am #879487Hi,
Glad it worked. Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelFebruary 4, 2018 at 1:02 pm #907500I have the same problem.
Google just sent me a notification as well.
My client has many portfolio items, how can I tell him to change all the items to the default wp editor?What are my options here?
If the portfolio feeds are not working in Enfold, can I tell google not to scan them?
My client asked me to check other themes now.
What do you suggest?
DanFebruary 4, 2018 at 1:17 pm #907508I agree.
Feeds should work for the portfolio items.
Right now my client has many broken links from this…February 4, 2018 at 10:40 pm #907605Hi,
There is a trick.
Leave on the feeds, only the Portfolio Title and remove the content from the feed ;-)
http://www.wpbeginner.com/wp-tutorials/how-to-create-custom-rss-feeds-in-wordpress/I have shared with you a post that can help you with that.
Also you can let your client know that, any theme that users a builder, which will have that issue in the end, so the solution I am suggesting is the best!
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.