I know most of you allready use them, but there are still people that don`t know about them, so to make the following tutorials easyer, I`ll do a small example. First of all you must know that all you will
Disable news in wp-admin
This is the fastest way to remove the news from the wordpress admin dashboard. Open up your favorite ftp program and connect to your blog. In the wp-admin folder find the file index.php, make a backup of this file just
Simple text based hit counter
First make a new file called stats.txt and one called stats.php Give write permission on the .txt file (CHMOD 666 or 777 if you don`t see a growing count) php code for .php file <?php //set data file name/path $data=’stats.txt’;