Community Forums › Forums › Archived Forums › General Discussion › Feed Redirect Settings
- This topic has 6 replies, 2 voices, and was last updated 6 years, 7 months ago by
AnitaC.
-
AuthorPosts
-
November 4, 2019 at 5:27 am #494436
sanjeev
ParticipantHi,
I am working with the latest version of Genesis (3.1). The Themes Settings option in WordPress redirect to Customizer. I am not seeing any option to redirect the Feed to external feed or update the existing settings. How to do that with the latest Genesis version?
Sanjeev
November 4, 2019 at 3:33 pm #494443AnitaC
KeymasterNovember 4, 2019 at 10:58 pm #494451sanjeev
ParticipantThanks Anita, I guess I should have checked that place to see if anything has changed.
It still creates few questions:
1. What's the recommended way to redirect the feed with the latest Genesis versions? Looks like we need to use third part plugins to get this done.
2. I have started before v2.6 because I have the feed setup with feedburner and used Genesis Theme settings to redirect it to feedburner. The feed redirect is still working correctly. The issue is that at that time SSL was not an requirement and feed was set up as HTTP, now I want to move it to HTTPS and I don't see any way to update that setting.
November 6, 2019 at 11:39 am #494491AnitaC
Keymaster@sanjeev looks like the update hasn't been added yet to the customizer. I inquired with the StudioPress developers and they responded below:
If they/you have access to WP-CLI, you can use that to find the setting, then update it ...
wp option get genesis-settings
find the RSS redirect setting, then update with ...
wp genesis setting update feed_uri https://example.com
If you don't have access, you can probably look in the wp-options table for the feed.
Need help with customization or troubleshooting? Reach out to me.
November 6, 2019 at 3:24 pm #494498AnitaC
Keymaster@sanjeev I was given a better solution by the Genesis developers. They said to add the following to your functions which will remove the redirect all together. Then use a redirect plugin to create your new redirect.
remove_action( 'template_redirect', 'genesis_feed_redirect' );
Need help with customization or troubleshooting? Reach out to me.
November 6, 2019 at 10:48 pm #494503sanjeev
ParticipantThanks Anita, I was able to use the WP-CLI to update the feed settings. The code mentioned above is useful. I would be moving to proper solution later on so I can use it at that time to remove the setting all together.
Thanks for you help.
November 7, 2019 at 6:30 am #494517 -
AuthorPosts
- The topic ‘Feed Redirect Settings’ is closed to new replies.