There are a few methods to accommplish this goal.
Easiest in my humble opinion is to do a HTACCESS Redirect such as
Redirect 301 / http://conradbowenrealestate.com/homes-for-sale-search/
Another method would be to use the wp_redirect function as shown in the codex add a new function and include a code snippet like the one below to your functions.php file.
wp_safe_redirect( $url );
wp_redirect( 'http://conradbowenrealestate.com/homes-for-sale-search/' );
The third option would be to use a plugin such as Redirection
With this plugin you can address your 301 redirects right from within the WordPress dashboard.
Hope one of these solutions solve your issue. 🙂
Related Posts:
- Adding a Taxonomy Filter to Admin List for a Custom Post Type?
- I found this in a plugin. What does it do? is it dangerous?
- Disable /wp-admin/plugin-install.php
- How to export comments in WordPress?
- Where are plugins located
- Admin menu as submenu from another plugin
- Is There a WordPress Hook to Filter the Edit Posts View?
- Why does WordPress require a ftp server to be running on the webserver to transfer plugins?
- Reordering themes in admin panel
- WordPress Admin is displaying Not Available
- Removing an admin page added by a 3rd party plugin. Gravity forms in this example
- Add content to /wp-admin/plugin-install.php admin screens
- Custom admin column disappearing when using Quick Edit [duplicate]
- WordPress admin notice in plugin function
- Using tabs for wordpress plugin
- How to remove/hide action links cluttering under specific plugins’ names
- Plugin Development: WordPress processes twice on post update. How to skip process on the first?
- how to not show plugin in admin area
- Dynamic homepage according to user role
- “Are you sure you want to do this?” when deactivating all plugins in WordPress 4.3.1 [closed]
- How to make a WP admin button/menu similar to Jetpack Notifications?
- Getting “Fatal error: Call to undefined function wp_cache_get() in option.php” after updating a cache plugin [closed]
- Questions about brute force attacks on the admin username, coming from amazon IP addresses
- Edits to plugin not taking effect
- Can’t see login page after migration
- Weird problems after recovery from security breach
- Show only preview of posts on the homepage?
- How to Sort the Favorite Plugins Screen Alphabetically?
- Hide extra menus from WordPress Dashboard
- ‘wp_login’ action hook not working with wp-login.php file
- 404 Error on Activate / Deactivate Plugin
- Why isn’t admin_notices displaying my text? [Simple Plugin, Beginner]
- New to wordpress: would like to have pluggable main page sections [closed]
- All Users > User List > Update User Meta Field Inline
- Rotating background images with admin options
- Show an image in my header.php
- How to hide some section in WordPress under Post
- Default WordPress WP Editor removing style tags and html tag
- Facebook Messager Plugin
- Polylang : Interverting languages after development [closed]
- Network activating; if ( !current_user_can( ‘manage_options’ ) ) locks me out…
- Add sub menu page in your plugin
- Full list of registered scripts or styles, but from an admin options page
- How can i force wp-admin to use 2-column dashboard layout? [closed]
- How can I modify page content in the admin panel?
- How to display terms and conditions in post area?
- Change the layout of action links under the plugin names
- Customizing a blog page layout
- getting notifications about updates only in the “core” page
- Remove value from array within post meta ajax admin
- Is there a better way of handling AJAX requests in WordPress?
- Redirect Plugins.php to New Plugin Page
- how to add a comment button to be displayed only for the posts in the home page [closed]
- Change website directory safely to add a static page on startup
- Get access to WordPress when logged out
- Why are plugin settings not all nested in one place?
- Trying to use shortcode for a plugin on custom homepage of Responsive theme
- Edit page header on a custom plugin
- How to remove automatic generated tag in Home page
- Summary and Comments on Main landing Page
- 404 errors when updating options in admin dashboard
- Error activating certain plugins
- Change Dashboard URL from wp-admin to wp-admin/index.php
- how to display recent post by category on home page
- How can we get this dynamically as this folder may not be by the same name always → wp-admin
- Calling PHP function with AJAX
- Ability to change homepage on WordPress using API
- Failed GET Request From admin.php To Fetch .min.js File From Unminifed Directory
- How to find where an image is used by it’s url
- WordPress Admin login redirect to homepage
- how to do Thematic like this website using wordpress?
- Store admin page into variable
- How can I write code in a plugin for my child theme that will allow me to use remove_action() based on if the current page is the home page?
- Admin login substantially slower on production server
- Continous audio play in pages
- The Commercial tab is missing from the Plugins page when trying to update Types 1.7
- Admin Logged In Notify Globaly
- Disable default posts (Posts,Pages,Comments and Media) in wp-admin
- wp-admin will not redirect to wp-login.php
- Getting 404 page not found error while trying to access add new plugin / themes
- getpost content with all formatting for admin pages
- Plugin (smart archives reloaded) crashed site / no access on admin panel
- Which filters or actions involve with index page for plugin?
- Making plugin to use different table prefix cause permission problem
- Add custom fields in the new and edit the site forms without touching the WP core
- Ajax in Plugins: returns the whole page
- Gutenberg: Dynamic Block – Show saved data in the editor
- How do I add custom fields to the “Edit page” admin screen?
- How to wrap image logo in Homepage with H1 tag
- ERROR: Cookies are blocked due to unexpected output – no access to FTP
- Mixed content warning on doctype in admin
- Child Plugin Admin Panel
- Ajax in wordpress [duplicate]
- Notifications Bar on home page only
- List all posts in a particular page [closed]
- How to display content depending on the Woocommerce Product Category
- Allow direct access to files/folders within WordPress to replace wp-admin
- A splash page on landing page
- WordPress website is redirecting on some different shopping page
- PHP FATAL ERROR