List Custom Post Type Categories
The following will list the categories of a custom post type. Code Credit to: http://www.paulund.co.uk/display-categories-of-a-custom-post-type
The following will list the categories of a custom post type. Code Credit to: http://www.paulund.co.uk/display-categories-of-a-custom-post-type
The following snippet will give you just the url for the featured image without wrapping it in any tags. Code credit to: http://www.wpbeginner.com/wp-themes/how-to-get-the-post-thumbnail-url-in-wordpress/
The following snippet added to your htaccess file will block referral spam from accessing your site. # Block fake traffic RewriteEngine on Options +FollowSymlinks RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*savetubevideo.com [NC,OR] RewriteCond %{HTTP_REFERER}…
Here is how to setup a custom Wordpress excerpt function with the following criteria: This will allow you to limit the amount of characters displayed in the excerptWhile limiting the…
The following code placed in functions.php will add placeholder text to your gravity forms: // Gravity Forms Placeholder Text ------------------------------- /* Add a custom field to the field editor (See…