How to Include Specific Custom Post Types in WordPress Search Results Custom post types are not included in the WordPress search results by default - this snippet allows specific custom ...
How to Show a List of WordPress Posts by a Specific User This WordPress snippet will let you show a list of post by a specific user. This can be useful ...
How to Change the Default WordPress Excerpt Length This snippet will let you define a new default excerpt length for the WordPress excerpts output.
How to Use WordPress Shortcodes in Themes-/Templates This WordPress snippet will allow you to insert WordPress shortcodes into your theme-/templates - using WordPress built-in function do_shortcode()
How to Display the Total Number of WordPress Posts for Custom Post Type This WordPress snippet enable you to display the total numbers of WordPress posts for a specific custom post type. ...
How to Show WordPress Featured Image Caption Without a Plugin This WordPress snippet will allow you to show the image caption for the featured image in your WordPress posts ...
How to Restrict WordPress Media Library Access to User’s Own Uploads This WordPress snippet allows you to restrict WordPress media library access to the user’s own uploads.
How to Show the Current Time in Local Language in WordPress This snippet allows you to show the current local time in the local language the WordPress installation has been ...
How to Exclude the Current WordPress Post from WP_Query Heres a little WordPress snippet that allows you to exclude current WordPress post from the WP Query - i.e. ...
How to include a PHP file in WordPress This little “PHP include” guide, will show you how to include a PHP-file in your WordPress theme (using a ...