• Hi there,

    please add a feature that I can display categories from a specific category. A shortcode would be nice, with order options: asc, desc, order by date etc.

    Or please create a Gutenberg block. The legacy widget is not useable on a block based site if you want to ddisplay downloads on a specific page.

    Thank you for the great plugin,
    Tobi

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter networka

    (@networka)

    The shortcode could look like this ;):

    [lana_download category_slug=”category1″ text=”Download” counter=”0″ orderby=”date” order=”desc”]

    Output:
    <div class”lanawrap”>
    <div class=”lanatitle”>CPT Title</div>
    <div class=”lanabutton”>Download</div>
    </div>
    <div class”lanawrap”>
    <div class=”lanatitle”>CPT Title 2</div>
    <div class=”lanabutton”>Download</div>
    </div>

    -> This way it is possible to style some nice Download lists with a bit of CSS…

    Would be super nice and would solve so many use cases… and no addon would be needed…

    Have a great day.

    Plugin Author Lana Codes

    (@lanacodes)

    Currently, a Category widgets addon is available for the plugin at https://lana.codes/product/lana-downloads-manager/.

    But the shortcode is also a very good idea, because of the Gutenberg compatibility. We included it in the planned developments. We will publish when we have developed the addon.

    Thread Starter networka

    (@networka)

    Please integrate it directly in the core plugin because of auto updates. Would be amazing :).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Possibility to show files from a category’ is closed to new replies.