Disable update nag
Adding this to your functions.php file of your wordpress theme will disable the update nag displayed within the wordpress admin.
Read More...Adding this to your functions.php file of your wordpress theme will disable the update nag displayed within the wordpress admin.
Read More...This snippets provides access to options.php that has an alphabetized listing of all the options stored in your wp_options database table. Some of the options are not editable however you can change most anything. You will need to add this snippet to the funtions.php of your wordpress theme.
Read More...Adding this PHP code to the functions.php file of your wordpress theme will remove the admin name from the comments class.
Read More...