updated   : May 15, 2012
we now have 588 snippets
By : , on May 08, 2012 9:42 am

Hide update nag within the admin

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will hide the update nag within the wordpress admin.

read more
By : , on May 01, 2012 9:00 am

Exclude pages from admin pages list by ID

wordpress snippet

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 more
By : , on December 28, 2011 9:00 am

Total pingbacks, trackbacks within admin post columns

wordpress snippet

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 more
By : , on December 15, 2011 9:00 am

Add custom pointers in themes and plugins

wordpress snippet

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 more
By : , on November 23, 2011 9:00 am

Remove admin color scheme options from user profile

wordpress snippet

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 more
By : , on October 19, 2011 9:00 am

Adjust settings on theme activation

wordpress snippet

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 more
By : , on September 24, 2011 9:00 am

Restrict wp-admin access to subscribers

wordpress snippet

Adding this snippet to the functions.php of your wordpress theme will restrict wp-admin access to subscribers.

read more
By : , on August 27, 2011 9:00 am

Remove all admin $submenu items

wordpress snippet

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