wordpress database migration change Steps

first go to wp-config.php file and change database name(what you want) 1. wp_1_options -Table name option_name column – change(siteurl and home) 2. wp_blogs- Table name domain column – change 3. wp_site- Table name domain column – change 4. wp_usermeta meta_key … Continue reading

General Guidelines when you are developing the new Theme

Please use following guidelines whenever you are developing the wordpress theme Indicate precisely what your Theme and template files will achieve. Adhere to the naming conventions of the standard theme hierarchy. Indicate deficiencies in your Themes, if any. Clearly reference … Continue reading