There is a search and replace plugin I have used that works pretty good.
http://wordpress.org/extend/plugins/search-and-replace/
In the future I would not hard code any links in if you can help it as well. Use dynamic linking like:
$url = site_url('/secrets/');
echo $url;
or:
img src="https://wordpress.stackexchange.com/questions/81722/<?php echo get_stylesheet_directory_uri() ?>/images/aternus.png" alt="" title="" width="" height="" />
as an example.
Related Posts:
- Why does WordPress use serialize rather than json_encode for the options table? [duplicate]
- How to Create a Custom WordPress Install Package?
- Fallback when Transient API fails
- How to Save Different Settings Options Using Settings API and/or the Theme Optimizer
- Putting my site live
- Can’t save checkbox option
- Work flow for multiple developers
- Cannot save using register_setting
- Redirect to another page using contact form 7? [closed]
- Block properties, attributes and settings
- Move website from root to sub
- Are transients garbage collected?
- How to pass variable to add_settings_section() callback?
- Difference between Option_Group and Option_Name in Register_Settings
- Plugin options will not save in database
- Settings API – creating reusable form elements?
- Efficient way of saving plugin options
- store simple data in get_option()
- register_setting() vs add_option()
- How to transfer changes from test environment to live site?
- Where to hook register_settings for Settings API when also want to update options outside of Settings API?
- How much string content can I store in an option?
- How to update widget from widget() function?
- Why isn’t get_option array contents displaying?
- Add custom meta box on Post page
- Settings API erases itself?
- Proper use of option_page_capability_{$page_name}
- On Install, which code sets the ‘home’ option?
- Can I use a space in an option name/key?
- How to save WordPress Options as an array?
- How to verify this checkbox is checked?
- What to use , set_transient, set_option or file system? [closed]
- Settings API get_option best practices
- Deploy pre-configured database
- Tab from Settings API resetting all options with INSERT INTO [closed]
- display all posts in wordpress admin crashing after 999 screen option
- get_option array value defaults and best practices
- I don’t see site_url and home_url fields in wp_options table (phpMyAdmin)?
- Add an option to a Child theme of Twenty Eleven
- The Settings API – What is the purpose of default value in register_setting?
- WordPress options page not saving
- How to store a value on WP_option table
- Changing the language in Site Language does nothing
- Two settings_fields in one form
- Custom blog settings
- wp_usermeta wp_usersettings
- WordPress slugs and 404 handling takes preference over folders in site root?
- How to set wp_editor to be email friendly?
- i changed my wordpress address url in SETTINGS – GENRERAL – wordpress address site url. cannot login anymore
- Functions to edit wp-config.php [duplicate]
- Saving plugin options page
- Move Custom Fields on General Settings Page to New Location
- Transients API conditional
- Testing for addon plugin activated
- Where have the Privacy Settings gone in WordPress 3.5?
- Is there any other place – besides a theme, a plugin, or a mu-plugin – that an option page might conceivably be used?
- How to save custom settings api fields with custom section fuction
- Custom options in plugin, register_settings not working as no options.php?
- Visiting posts results in 404 errors after host migration
- Change the style of h1, h2, only in post entry
- How can I increase the font sizes used by the WordPress visual and HTML post editors?
- Which Hook can I use when creating unique post but not update/save/delete
- How to use update_option() without replacing/losing the old value?
- how create an html table with all values from a serialized array in option_value
- how to save wp_editor html content in options table
- Settings API and ‘type’ => ‘font’
- Accept code input into Options Framework
- WordPress Settings API settings not saving for some users
- Character \ appearing before ‘ after saving a settings page
- How to add a Reset to Defaults button with Settings API?
- How can I clear memcached WordPress site options by hand?
- PHP class to add pages and fields in admin panel
- get_option() and update_option() in a transaction (for an autoincrement value)
- display category name based on its equivalent id
- Retrieve my custom settings in the settings/ API endpoint
- How do I make mysite.com/comingsoon WordPress to become my main website’s WordPress?
- Multiple checkbox doesn’t work in wordpress settings api
- save short-code in my custom plugin settings problem missed something
- Echo custom admin field into a is_single()
- Manual Backup – How to save to Firefox or Chrome (instead of IE which brings up popup I can’t get rid of)
- Multi-site error wordpress after migration
- add image in dropdown select
- How can I change the default image behavior?
- User specific settings, limited by role
- I cannot change anything in my wordpress database from within wordpress?
- Site migration and how to write internal links with migration in mind
- Remove Edit Profile option but still have the profile viewable
- Dynamically Update Key in Associative Array When Saving Settings
- Move one option value into another option
- Adding data to options table
- Theme Option’s Save Button is not working
- Incorporating the Settings API in WordPress Themes – by Chip Bennet
- WordPress options text format
- Caching of SQL queries
- $wpdb->update does not update, var_dump of data is correct
- Custom general settings (textarea field) don’t output HTML correctly
- How do I set up a test environment in a sub-folder?
- Using get_option() for check box field
- Where to adjust presets for slider options “auto rotate” (3, 5, 10, 15 seconds)? [closed]
- change backend header options