Here describes how to use shortcodes to display PDFs in columns with category selector.
With category selector, it allows user/visitor to select the category and have all pdfs associated with the category be shown.
Shortcodes
[bsk-pdfm-selector-columns]
Common uses
All categories( exclude specific categories ) in selector, PDFs shown in two columns with featured image
[bsk-pdfm-selector-columns columns="2" 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" featured_image_size="medium" show_pdf_title="yes" show_description="yes"]
click to copy
Specific categories in selector, PDFs shown in three columns with featured image and PDF title above image
[bsk-pdfm-selector-columns columns="3" cat_id="4,8" hierarchical="yes" default_cat_id="11" cat_order_by="title" cat_order="ASC" order_by="date" order="DESC" pdfs_per_page="5" 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" featured_image_size="medium" show_pdf_title="yes" show_description="yes" title_position="above"]
click to copy
Shortcode attributes table
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-columns cat_id="ALL" output_container_class="my_idenfity_PDFs_container_class"]