How can view files by categories

Viewing 6 posts - 1 through 6 (of 6 total)
#179126

Jorge Muchacuar
Participant

Hi
how can View files by categories

I’m using this shortcode, but is showing all file, what is missing?

[wpdm_all_packages items_per_page="50" jstable=1 order_by="update_date" order="DESC" cols="title,file_count,download_count|update_date|download_link" colheads="Titulo|Download"]

#179171

Tanvir
Spectator

Hello Jorge,

You have to use categories parameter in the shortcode.

categories: use the parameter if you want to show the table for specific category or categories.

example shortcode: [wpdm_all_packages login=1 thumb=1 items_per_page="20" categories="slug1,slug2,..." jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]

More details below:

[wpdm_all_packages] – List all downloads in tabular format in a page

Let me know please for further assistance.

Regards
Tanvir

#179208

Jorge Muchacuar
Participant

Hi Tanvir

Thank

How can remove the Search and filter?

https://prnt.sc/ZgzhEs02B5Vs

#179229

Tanvir
Spectator

Could you please let me know which shortcode you are referring to?

#179238

Jorge Muchacuar
Participant

I am using this shortcode

[wpdm_all_packages login=1 thumb=1 items_per_page="20" categories="comunicados,..." jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]

#179264

Tanvir
Spectator

Hello,

The toolbar hide feature is not available with this shortcode.

You can try the below shortcode to hide toolbar with the parameter toolbar=0

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

Regards

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

The topic ‘How can view files by categories’ is closed to new replies.