Change default ‘Enter Title Here’ for custom post types
Adding this snippet to the functions.php of your wordpress theme will let you change default ‘Enter Title Here’ for custom post types. You will need to update the POST_TYPE name and default text
read moreRemove support for specific post type features
Adding this snippet to the functions.php of your wordpress theme will remove support for the specific features bellow from specified post types. Change the word ‘post’ to anything you like including a custom post type name or the default post, page.
read morethis months featured snippets
Replace widget title with custom title and HTML
Adding this snippet to the functions.php will let you use a filter to replace the widget title with custom title and or html.
read moreRemove title attribute from wp_tag_cloud
Adding this snippet to the functions.php of your wordpress theme will remove the title=”” attribute from the anchor tags when using wp_tag_cloud.
read moreDisplay random messages of encouragement, posts
Adding this snippet to the functions.php of your wordpress theme will allow you to display random messages of encouragement to an author when they create a new post. Messages are displayed in the title field and the content field of new posts and don’t forget to update the array of messages to suite your needs.
read moreChange default “Enter title here” text within post title input field
Adding this snippet to the functions.php of your wordpress theme will let you change the default “Enter title here” text that is displayed within post title input field.
read moreAdd TinyMCE editor to post/page title input field
Adding this snippet to the functions.php of your wordpress theme will add the TinyMCE editor to the title input field of your wordpress posts and pages.
read morelast months featured snippets
Get assigned menu location with get_nav_menu_locations
Adding this snippet to the functions.php of your wordpress theme will let you get the name of an assigned menu based on the location name. Returns false if the defined location has no menu assigned. Useful for assigning titles to menus.
read more





















