Development tests

TEST FOR DISPLAYING ALL PRESENTER WORKSHOPS:

(pulled from https://darkodyssey.com/wp-admin/post.php?post=729&action=edit&message=1)

All Workshops:

Using display-posts

Method 1

subslug

straight category

Method 2

 

Using CPT

[cpt_list post_type=”workshop” posts_per_page=”-1″ category=”” order_posts_by=”title” use_single_blocks=”true” title_links=”true” show_post_content=”false”]

 

Displaying All Custom Posts with a Given Category

When looking at the shortcode above, note that the default “wrapper” is “ol” for ordered list, AKA bullet points. Compare with actual categories by clicking here: https://darkodyssey.com/presenter-cat/surrender-2014-post/  We can also add “include content” to include the content of the posts, thereby creating a sort of “index” or workshops.

 

 

 

–break–

 

[postfromslug slug=”belllydance” posttype=”workshop”]

–break–