:: Reset Password Admin on WP
Posted by blackonsole on January 9th, 2012 03:57 AM | No Comment
:: What is WordPress
WordPress is a free and open source blogging tool and content management system (CMS) powered by PHP and MySQL. - WikiPedia
:: How to reset password user admin on wordpress using mysql cli
:: Unlock footer.php on WordPress
Posted by blackonsole on August 14th, 2011 08:52 AM | 5 Comments
:: WordPress error
If you change the footer.php file but get an error:
This theme is released under creative commons licence, all links in the footer should remain intact
:: WP to top, Add Back To Top on WordPress
Posted by blackonsole on August 12th, 2011 09:38 AM | No Comment
: What is WP to top
WP To Top is a WordPress plugin that adds a “Back to top” link in your blog without modifying your template files. This is useful especially if you have long posts or long pages. You will have a nice “Back to top” or whatever-text-you-want link floating at the bottom right/left of your page.
:: num lock problem on debian
Posted by blackonsole on May 22nd, 2011 07:13 AM | No Comment
if you get num lock not working once the GNOME session starts, you can fix the problem by following:
:: reset wordpress theme
Posted by blackonsole on May 1st, 2011 12:58 AM | No Comment
:: how to reset wordpress theme to default
# using mysql cli
## share hosting / cpanel / phpmyadmin
0. login on cpanel / phpmyadmin
1. select db for wordpress
2. select SQL tabs and run this command:
3. click GO
4. open your site, if you ...