Archives display all post types
Adding this PHP code to the functions.php of your wordpress theme will force the archives to display all post types. Be sure to add in your post types.
read morePrivate posts for logged in users
Using this as your wordpress loop will display posts with the custom field of private only to users that are logged into your website.
read morethis months featured snippets
Notify members on new posts
Adding this PHP code snippet to the functions.php of your wordpress theme will notify users of new posts. Please note that this snippet is best used for low volume sites. Large websites should consider alternative options.
read moreEdit post link
Adding this PHP code to your wordpress theme will display a post link to edit the current post if user has the permission to edit posts. This code must be placed within your wordpress loop,
read moreFilter search results by post type
Adding this PHP code to the functions.php of your wordpress theme will only search posts, and custom post types, excluding pages.
read moreIncreasing WYSIWYG editor height
Realted posts using multiple tags
This related posts snippet will compare multiple tags and display relevant related posts. Add this PHP code to the single.php of your wordpress theme.
read morelast months featured snippets
Random blog post
Adding this PHP code to your wordpress theme just before the loop will display one random post from your wordpress database.
read more













