Hide update nag within the admin
Adding this snippet to the functions.php of your wordpress theme will hide the update nag within the wordpress admin.
read moreExclude pages from admin pages list by ID
Adding this snippet to the functions.php of your wordpress theme will let you remove pages from the admin pages list. Just update the list of page IDs within the array.
read moreTotal pingbacks, trackbacks within admin post columns
Adding this snippet to the functions.php of your wordpress theme will add a new column called counts within the admin post listing. This column will display the total number of pingbacks, trackbacks for each post.
read morethis months featured snippets
Add custom pointers in themes and plugins
Adding this snippet to the functions.php of your wordpress theme will let you take advantage of a new feature called pointers. Many of you may have noticed pointers in recent wordpress updates. Just update the pointer_content variables with the information you would like to display and the ID with jquery to assign the pointer “$(‘#menu-appearance’)”.
read moreRemove admin color scheme options from user profile
This is an alternative method to the one I posted some time ago, “Remove admin color scheme picker from profile” Adding this snippet to the functions.php of your wordpress theme will remove the admin color scheme from the user profile.
read moreAdjust settings on theme activation
Place this in your functions.php to adjust your default WordPress settings when activating your theme for the first time. This function also deletes the default post, page and comment that are created when you install WordPress.
read moreRestrict wp-admin access to subscribers
Adding this snippet to the functions.php of your wordpress theme will restrict wp-admin access to subscribers.
read moreRemove all admin $submenu items
This is a list of all the wordpress submenus that you can remove from the wordpress admin. Please note that if you don’t remove the primary admin menus as well some sections will still be accessible.
read more













