Post by taxonomy is a custom post display for any post type. Utilizing a shortcode, you can add a loop to any page organizing posts by a specified taxonomy.
Here are some examples of how to use the shortcoded:
Simple display using default settings:
[bbwd-post-display post-type='your_Post_Type_Slug']
Simple display in "Test Mode":
[bbwd-post-display post-type='your_Post_Type_Slug' testing='true']
Select a specific post type:
[bbwd-post-display post-type='your_Post_Type_Slug']
Select a specific post type and use a custom taxonomy:
[bbwd-post-display post-type='your_Post_Type_Slug' taxonomy='your_Tax_Slug']
Select a specific post type, custom taxonomy and add quantity to disply per taxonomy:
[bbwd-post-display post-type='your_Post_Type_Slug' taxonomy='your_Tax_Slug' post-per-section=5]
Select a specific post type, custom taxonomy, add quantity to disply per taxonomy and add a fallback url:
[bbwd-post-display post-type='your_Post_Type_Slug' taxonomy='your_Tax_Slug' post-per-section=5 fallback-image='https://yourURL.com/wp-content/uploads/2023/06/your-image.jpg']
Select a specific post type, custom taxonomy, add quantity to disply per taxonomy, add a fallback url, and display with Search and Filter:
[bbwd-post-display post-type='your_Post_Type_Slug' taxonomy='your_Tax_Slug' post-per-section=5 fallback-image='https://yourURL.com/wp-content/uploads/2023/06/your-image.jpg' s-and-f=123]
Select a specific post type, custom taxonomy, add quantity to disply per taxonomy, add a fallback url, display with Search and Filter, and exclude tags:
[bbwd-post-display post-type='your_Post_Type_Slug' taxonomy='your_Tax_Slug' post-per-section=5 fallback-image='https://yourURL.com/wp-content/uploads/2023/06/your-image.jpg' s-and-f=123 exclude='123, 222']