Attribute include_category Function To filter the FAQs to one or more specific categories. Description The include_category will allow you to include only specific categories in the FAQ display. The attribute takes a comma-seperated list of category slugs. Example [ ultimate-faqs include_category=’dairy’ ]
WordPress Plugins Blog
Topic
Function To display a product catalog Description This shortcode will add in your product catalog. The value to insert at X is the ID of the catalog. In order to find out your catalog ID, please go to your Catalogues tab and click on the catalog you wish to display. Its ID is displayed on top of… READ POST
Attribute starting_layout Function To change the starting layout from thumbnail view to another view. Description This shortcode will change the starting layout of your catalog. By default, the layout displayed is Thumbnail. The values it can take are the following:nnThumbnail, Detail, List Example If you wish to display the List or Detail by default, then… READ POST
Attribute excluded_layouts Function To exclude a layout Description By default, there are no excluded layouts. If you wish to remove one or two of the layouts, use this shortcode.nnThe values it can take are the following:nnThumbnail, List and Detail Example If you are seeking to remove one, you simply write it out like the following: … READ POST
Attribute products_per_page Function To display a attributed amount of product per page Description You may change the number of products displayed per page with this shortcode. Simply insert the value (integer) you would like it to be. Example [ product-catalog id=’x’ products_per_page=’20’ ]
Attribute current_page Function To display the first page of the catalog as the value. Description The default value is 1, which displays the first page of the catalog. If it is change to any other value that is within the number of pages of the catalog, then the first page will change to it.n nExample… READ POST
Attribute sidebar Function To display or remove the sidebar Description By default, the value is set to “Yes”. Therefore, if you wish to not display the sidebar, you may change it to “No”. Example [ product-catalog id=’X’ sidebar=’No’ ]
Attribute category Function To prefilter the category to this category Description By default all categories are displayed in the catalog. However, if you wish to pre-filter the catalog to one or more categories, you will be able to achieve that with this shortcode. Simply write down the category’s ID. The IDs can be found under… READ POST
Attribute subcategory Function To prefilter the catalog to one or more subcategories. Description By default, the catalog displays all subcategories. If you wish to prefilter the catalog to display only one or more specific categories, you may achieve this by using this shortcode.nnTo find the subcategory’s ID, simply go to the subcategory’s editing page under… READ POST
Attribute tags Function To prefilter the catalog to one or more tags. Description By default, the catalog displays all tags. If you wish to prefilter the catalog to display only one or more specific tags, you may achieve this by using this shortcode.nnTo find the tag’s ID, simply go to the tag’s editing page under… READ POST