Viewing 6 replies - 1 through 6 (of 6 total)
  • You can define a custom format that will show only the title.

    In the Dashboard, go to Downloads, Configuration to define a Custom Output Format in the Add Format section.

    The example code below is for custom output format #1 defined like this (the Name field could be any name):

    Name: List with No Counts
    Format:<a href="{url}" class="downloadlink" title="{version} downloaded {hits} times">{title}</a>

    In your page you would list the files this way:

    [downloads format="1"]

    This should produce the same HTML output you have now except that the download count would not appear in the list.

    I hope this helps.
    Ray

    Thread Starter George McKnight

    (@pixel8)

    Thanks Ray, that seems to have worked. Now I have to figure out how to list all documents and not just the 5 it’s showing
    https://www.littledreamsnursery.com/policies-and-procedures

    Thread Starter George McKnight

    (@pixel8)

    Sorted – just used the following:
    [downloads format="3" query="limit=0&orderby=title;"]

    How would I go about removing the (#) of documents in each category in the default h3 category title

    Category title(#)

    Thread Starter George McKnight

    (@pixel8)

    derekshirk – Can you post an example

    Problem solved.

    I ended up removing '.$count.' from line 807 of download-monitor-page-addon.php

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WordPress Download Monitor] Don't Show Download Counter’ is closed to new replies.