Description
Redirect posts, pages or any custom post type to a different url.
Hooks
Actions
redirector_uninstall
– Runs on plugin deinstallredirector_metabox_begin
– Begin redirector meta boxredirector_metabox_end
– End redirector meta boxredirector-modal-search-begin
Begin redirector modalredirector-modal-search-end
End redirector modal
Filters
redirector-redirect-url
– Alter the query string that is appended to redirect urlredirector-status-code
– Redirect status code; default 301redirector-recent-posts
– Alter redirector recent posts queryredirector-search-query
– Alter redirector search queryredirector-meta
– Alter Redirector meta save
Screenshots
Installation
- Put the plugin file in your plugin directory and activate it in your WP backend.
- Go to edit a page
- Scroll down to ‘Redirector’ meta box
- Select a WordPress page of you installation or enter a valid URL or select the ‘first child page’
FAQ
-
How can I activate Redirector for other post types beside pages?
-
Simple add the post type support for it via
add_post_type_support( 'post', 'redirector' )
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Redirector” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Redirector” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Redirect preview
- Search post object for post redirect type
1.0.1
- Version update
1.0.2
- Version update