Display tags in table view?

Viewing 4 posts - 1 through 4 (of 4 total)
#64638

George
Member

Currently I am using the shortcode for displaying downloads in a tabular form:
[wpdm_all_packages tags="" items_per_page="20" jstable=1 order_by="field_name" order="ASC/DESC"]
The shortcode displays a list of downloads in a tabular format along with the related categories, see example here. I was wondering if there is a way to show tags in addition to the categories.

#64763

Shahriar
Moderator

That requires code customization. Please check the related doc here https://www.wpdownloadmanager.com/doc/template-files/ You have to create a custom template for the /tpls/wpdm-all-downloads.php template.

#96831

Ducha Ducha
Member

this is funny, tags is one of the taxonomy that used in wordpress, but not include in this pro plugin. why?

#97334

Shahjada
Keymaster

Hi,
Tags are already available with wpdm and there are shortcodes with wpdm pro to filter tags, docs:

[wpdm_tag] – Query all downloads from specified tag(s)

[wpdm_packages] – WP_Query in a shortcode for download manager packages


However, we shall add tag filter/parameter with [wpdm_all_packages] shortcode with the next update of the plugin.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Display tags in table view?’ is closed to new replies.