I have your plugin installed, and it works fine. However, I have an issue where I need to change part of the Redirect URL on a large number of posts. I have hundreds, perhaps thousands, of URLs that need to be changed. Every single one of them needs to have
media
changed to
ewr-medio
The rest of the URL remains the same. I need to make this change on any post that has a Redirect URL. What table in the database holds the Redirect URL for your plugin? Is there a query that I could run to update all of the Redirect URLs at once?
Thank you!
I see there is no option to select a redirection type like 301 or 308. So what redirection is there in default?
]]>Hi.
This seems exactly what I need, except it doesn’t appear to work with custom post types :'(
Is there anyway that this can be remedied?
Thanks
]]>In Line 27, change
add_meta_box('wpr_redirect_url', 'Redirect URL', 'wpr_redirect_url',
'post', 'side', 'core');
to
add_meta_box('wpr_redirect_url', 'Redirect URL', 'wpr_redirect_url',
['post', 'your_custom_content_type_id'], 'side', 'core');
see https://developer.www.ads-software.com/reference/functions/add_meta_box/#parameters
]]>Hello,
How can I use this plugin for my custom post type? I make my own custom post type in my functions.php.
Julian
]]>Hello support; please indicate th code and where to put it to make the custom link open in a new window (_blank)
Thanks
]]>?? can u upload it again please? thank u
]]>