• Hi there,

    The latest download doesn’t show in my front end list of downloads, though the post actually exists. If I then create another new download, the one before it then becomes visible.

    I’m using the following shortcode to display downloads of a certain category:
    [wpdm_category id=newsletters item_per_page=9 template=”581c91306d5b1″]

    This is the template I’m using:

    <div class=”row”>
    <div class=”col-xs-12″>
    <div class=”download-item”>
    <div class=”row”>
    <div class=”download-date col-xs-12 col-md-2″>
    [create_date]
    </div>
    <div class=”download-info col-xs-12 col-md-7″>
    <h1>
    [title]
    </h1>
    <div class=”download-count”>
    [download_count] Downloads
    </div>
    </div>
    <div class=”download-button col-xs-12 col-md-3″>
    Download
    </div>
    </div>
    </div>
    </div>
    </div>

    Any help would be greatly appreciated.

    Thanks.

  • The topic ‘Latest download not showing’ is closed to new replies.