Here describes how to use shortcodes to display PDFs in list with category selector.
With category selector, it allows user/visitor to select the category and have all pdfs associated with the category be shown.
There are two list types and you need call different shortcodes to display what you want.
Shortcodes
[bsk-pdfm-selector-ul] for unordered list and [bsk-pdfm-selector-ol] for ordered list.
They have same attributes and you may switch the two shortcodes in the following examples.
Common uses
Specific categories in selector, PDFs with search bar, date weekday filter
[bsk-pdfm-selector-ul cat_id="ALL" exclude_cat_id="9,10,11,12,13,14,15,16,17,18" hierarchical="yes" cat_order_by="title" cat_order="ASC" order_by="date" order="DESC" pdfs_per_page="10" target="_blank" show_date="yes" date_format="_d/m/Y" search_bar="YEAR_KEYWORDS" search_bar_year_range="2015-2018" search_bar_year_order="DESC" date_weekday_filter="M-D" date_weekday_filter_right="yes"]All categories in selector, PDFs with featured image search bar, date weekday filter
[bsk-pdfm-selector-ul cat_id="ALL" exclude_cat_id="9,10,11,12,13,14,15,16,17,18" hierarchical="yes" default_cat_id="5" cat_order_by="title" cat_order="ASC" order_by="date" order="DESC" pdfs_per_page="10" target="_blank" show_date="yes" date_format="_d/m/Y" search_bar="YEAR_KEYWORDS" search_bar_year_range="2015-2018" search_bar_year_order="DESC" date_weekday_filter="M-D" date_weekday_filter_right="yes" featured_image="yes" show_pdf_title="yes" show_description="yes"]Shortcode attributes table
Both the two shortcodes have same attributes, the following examples use bsk-pdfm-selector-ul but it also work for bsk-pdfm-selector-ol.
You may choose the features you want and then add associated attributes to shortcode.
Advanced uses
Output container class
Use shortcode parameter of output_container_class to add your own class name to the shortcode output container if you'd like to do custom CSS. Example: [bsk-pdfm-selector-ul cat_id="ALL" output_container_class="my_idenfity_PDFs_container_class"]