Category Archives: Web Content

WordPress Is My Best Website Building Tool

WordPress is the world’s most popular website building platform. Over 38% of all websites on the internet are powered by WordPress. WordPress is a free and open source website builder that you have maximum control over your website compared to any other online website builder.

Simple html webpage

If you just want a simple html webpage with link to limited number of articles, you can open this template page, save and modify for your needs.

How to reset WordPress Admin password without access to email

Reset Wordoress Admin Password without access to email: access phpMyAdmin, click on the database, scroll down and click on wp_users table, edit the value (select MD5 function), then click go. Or use the following command: UPDATE `wp_users` SET `user_pass` = MD5( ‘new_password’ ) WHERE `wp_users`.`user_login` = “admin_username”;