140 likes | 361 Views
Maintaining a WordPress based website. By Amiruldin Zulkiffli. Introduction. What is WordPress ? Content Management System Runs on PHP & MySQL Blogging platform Why WordPress ? Simple The most use CMS Wide range of plugins. Securing WordPress. CHMOD wp-config.php to 0600.
E N D
Maintaining a WordPress based website By AmiruldinZulkiffli
Introduction • What is WordPress? • Content Management System • Runs on PHP & MySQL • Blogging platform • Why WordPress? • Simple • The most use CMS • Wide range of plugins
Securing WordPress • CHMOD wp-config.php to 0600
Securing cPanel • Ensure public_html permission level is at 0750 • Contact hosting provider for assistance.
User Accounts • Password • At least SIX characters • Combination of letters (uppercases & lowercases) & numbers, symbols if available • Example: cImB/AmR148!!
User Accounts • Create New Account • Go to Dashboard > Users > Add New • For details about roles, check http://codex.wordpress.org/Roles_and_Capabilities
User Accounts • Edit / Delete User • Go to Dashboard > All User • Hover Username to edit > Edit / Delete
Settings • Permalinks • SEO friendly • Discussions / Comments • Notification • Comment Blacklist • Install plugins to encounter spam • Akismet • WP-HashCash
Settings • Writing • Update Services http://codex.wordpress.org/Update_Services • Media • Upload folder • Hide the content of the folder by creating an empty index.html file through File Manager or FTP.
Hypertext Markup Language • Angel brackets • Normally comes in pairs • Opening tag i.e.: <a>, <b>, <p> • Closing tags i.e.: </a>, </b>, </p> • Tags which don’t have close tags should be close with a slash, i.e.: <img … />
Post & Pages • Posts • Entries that display in reverse chronological order. • Something which is updated regularly. • i.e.: announcement, recent activities • Pages • often used to present information that is somehow timeless, information that is always applicable. • i.e.: background/about us, contact
Post & Pages • To create a new post • Go to Dashboard > Posts > Add New • More details about post at http://codex.wordpress.org/Writing_Posts • To create a new page • Go to Dashboard > Pages > Add New • More details about page at http://codex.wordpress.org/Pages
Categories & Tags • Categories • Posts can be about different niche thus it is good to categorize them. • i.e.: Announcements, Activities, Photo Gallery • Tags • Somewhat similar to categorybut is more specific and details • A post should contain only one or two category but should have many tags • i.e.: An announcement could be about exam
References • http://codex.wordpress.org/New_To_WordPress_-_Where_to_Start