Remove favorites menu from admin using favorite_actions
Adding this snippet to the functions.php of your wordpress theme will remove the favorites menu from the wordpress admin.
read moreRemove shortcode from home but not single posts
Adding this snippet to the functions.php of your wordpress theme will strip shortcode from your home page / index but not from single or archives posts.
read moreRemove all images from the_content in a post
Adding this snippet to your wordpress template index.php replacing the default the_content(); will remove images from the post. This is a great snippet if you want to display a number of images on single.php but not on the main blog view. Keep in mind that this will not remove the captions so don’t insert the images with a caption or disable all captions.
read morethis months featured snippets
Remove links manager admin menu
With so many people using wordpress as a CMS the links manager is not as useful for many people. Adding this snippet to the functions.php of your wordpress theme will remove the links manager menu. This new wordpress 3.0 function “remove_menu_page” can be used to remove any admin menu.
read moreRemove thumbnail support from a specific post type
Adding this snippet to the functions.php of your wordpress theme will remove thumbnail support from a specific post type. Change POST_TYPE text to either a custom post type name or post, page to remove support for thumbnails.
read moreRemove the lost your password? link
Yesterday I posted a snippet to disable the lost password feature in wordpress. This will add to that little snippet and remove the lost password text from the wordpress login page. This does not remove the link but just replaces the Lost your password? text with nothing effectively removing the link.
read moreDisable the new admin bar
Adding this to the functions.php of your wordpress theme will disable the new admin bar.
read moreRemove post excerpt metabox
Adding this PHP code to the functions.php of your wordpress theme will remove the post excerpt metabox from the wordpress admin.
read more












