Page Listing Categories is a free WordPress plugin that gives you the ability to easily, efficiently and selectively display the product categories of your WooCommerce.
Page Listing categories also allows you to display your categories in any post or page using a simple shortcode, but that's not all; it also provides you with a widget so you can display them as a menu in any footer or sidebar.
When displaying the categories Page Listing Categories offers you different options of filtering so that you can list the data that you want how you want and where you want.
Either in the shortcode or in the widget, you can set the order of categories (ascending or descending) based on an ID, Name, Slug, Count, or a term group.
You can also hide empty categories, choose whether to show subcategories or not and even exclude one or more.
Author page:
www.infolab.es
- Upload the plugin files to the '/wp-content/plugins/page-listing-categories' directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the 'Plugins' screen in WordPress
- Use the shortcode or the widget everywhere you want.
Shortcode usage:
Just place the shortcode [categories] in any page or post.
You can add the following filters:
- orderby (id, name, slug, count, term group)
- order (asc, desc)
- hide_empty (0, 1)
- show_subcategories (0,1)
- exclude (ID1, ID2, ...)
Note: 0 means "No", 1 means "Yes".
Example: [categories orderby="slug" order = �asc� hide_empty=1 show_subcategories=1 exclude=�3324�]
Tip: You can get the category ID by entering the wordpress admin area, once there go to Products > Categories and click on the category you want to see the ID.
Once the page loads find the ID as a parameter in the URL.
0.1.5
Currently, the plugin can only work with two levels of categories, we will improve it as soon as possible.
0.1.4
Currently, the plugin can only work with two levels of categories, we will improve it as soon as possible.
0.1.3
Currently, the plugin can only work with two levels of categories, we will improve it as soon as possible.