Disable Tinymce HTML editor for everyone but admin
Adding this snippet to the functions.php of your wordpress theme will disable the Tinymce HTML editor for everyone but the admin.
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 morethis months featured snippets
Disable widget areas on specific pages of your blog
Adding this snippet to the functions.php of your wordpress theme will disable widgets on the specified page.
read moreHide posts and pages within the admin from users
I have had a few projects that required me to create a page that is for template use only. I may need to add shortcode or something to the page. Now since I don’t want my client to edit this page and possibly break things I hide the pages. Adding this snippet to the functions.php of your wordpress theme will allow you to add id’s for each of the posts or pages you wish to hide.
read moreCount posts, pages, comments and custom post types
This is a selection of snippets to display counts for posts, pages, custom post types, comments. Posts and pages have a publish and draft status while comment counts include moderated, approved, spam, trash, total.
read moreDisable the visual editor for posts and pages
Adding this snippet to the functions.php of your wordpress theme will disable the visual editor for both posts and pages.
read moreAdd pagination to your blog
Add the first block of code to the functions.php of your wordpress theme, then just add the my_paginate_links() function in the location you wish to have your pagination appear.
read morelast months featured snippets
Unregister default widgets
Adding this to the functions.php of your wordpress theme will unregister the default wordpress widgets. Pick and choose what widgets you wish to unregister or all of them if you wish.
read more



















