Sunday, 28 September 2014
Saturday, 27 September 2014
Wordpress site magration / move wordpress files to local to external server
When your moving wordpress to another server or wordpress local server to external server migration process
Follow this steps
- Upload to files live
- Create database & note login details, import database to live database
- Change database connection in .wp-config.php (Username, Password , Hostname etc).
- Change 2 paths in database table wp-options table.
- Siteurl = http://sitepath/
- Home = Siteurl = http://sitepath/
- Login in sitename.com/wp-admin
Then go to permalinks once select other & save, then select post type in permalinks then save
Then test once I think now your site is working perfect.
Wordpress site magration / move wordpress files to local to external server
Friday, 12 September 2014
Wordpress Basics / Important things in wordpress website development
Basic things in WordPress CMS Development
Common things in CMS
- Hide admin logo
- Remove footer copy right message & add our copyright message
- Change id to permalinks
- Replace logo and fevicon
- Remove caption below logo
- Change username password (Update client details)
- Remove screen options
- Remove comments option
- Update static page
- Update Navigation menu
- Enquiry form & form data delivery email id.
- Test form delivery email and user email also(received or not data)
- wp-admin/css/comman.css
- #wpfooter {display:none !important}
Hide small wp-icon top icon :
wp-content/themes/themename/style.css (this style sheet open from wp-admin panel)
#wpadminbar #wp-admin-bar-wp-logo>.ab-item{ display:none !important;} /* for small logo hide */
#wp-admin-bar-site-name{display:none !important;} /* for sitename dropdown menu */
#wp-admin-bar-updates{display:none !important;} /* for updates link */
#wp-admin-bar-comments{display:none !important;} /* for comments link */
#wp-admin-bar-new-content {display:none !important;} /* for new page link */
Important Plug-ins
- Easy Image Gallery
- Simple Page Sidebars
- Ultimate short codes
- Cyclone Slider
- Google Analytics (https://wordpress.org/plugins/googleanalytics/ use based on your wp version)
Add class for home page content or background
·
Body
.home #content {background: red !important;} or leave !important depend on your style sheet.
Page based background or any special class based on page id
·
.page-id-16 #content {background-color: yellow
!important;}
Hide admin logo
·
.login h1 a { display: none !important;} in wp-admin/css/login-min.css
Where I want remove “Category Archives” in wordpress category before text(front of category heading in engrave-lite theme)
wp-content/themes/engrave-lite/admin/main/options/00.general-settings.php
Change or remove on above page in your theme page (approximate 150 line
in above source page).
Testing & Delivery
- Check with login once, Username as email id & password(it is better to recover password)
- Footer copy right message
- Admin Logo
- Site title
- List of menus as client requirement(order also).
- Test form delivery email and user email also(received or not data)
- Test logo and fevicon.
Saturday, 6 September 2014
Subscribe to:
Posts (Atom)