WordPress Developer How to Display the Total Number of WordPress Posts for Custom Post Type Here is a little snippet that enables you to display the total numbers of WordPress posts for a specific ...
WordPress Developer 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()
WordPress Developer How to Change the WordPress Default Excerpt Length This snippet will let you define a new default excerpt length for the WordPress excerpts output. The following example will ...
WordPress Developer 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 is useful if ...
WordPress Developer 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 ...
WordPress Developer How to Create Conditional “IF” Statements for WordPress Custom Meta Fields How to output content based on WordPress meta fields - and use conditions (statements) based on wether or not ...