Get the Posts of a Specific Category
The following snippet will get the posts of a specific category. So if you wanted to have a page that just shows posts of a certain category this would do…
The following snippet will get the posts of a specific category. So if you wanted to have a page that just shows posts of a certain category this would do…
The following snippet of code will check to see if your post or custom post type has any attachments and then allows you to use an if else statement. You…
The following bit of code will change the number of related products that are displayed on a Woocommerce single product page. Add this to your functions.php file. /* Woocommerce change…
The following will list the categories of the current post type. If you want to exclude one of the categories so it does not show add this: