Docs / Shortcodes / [wpdm_frontend] – Author Dashboard

[wpdm_frontend] – Author Dashboard

Create a complete front-end dashboard where users can upload, manage, and publish download packages without accessing the WordPress admin. Perfect for multi-author sites, marketplaces, and membership platforms.

Basic Syntax

[wpdm_frontend]

Parameters

ParameterTypeDefaultDescription
logostring""URL of logo image to display above the login form.
hidestring""Comma-separated list of sections to hide: settings, images, cats, tags.

Configuration Required

Before using this shortcode, you must configure allowed user roles:

  1. Go to Downloads → Settings → Frontend
  2. Select which user roles can create packages from the frontend
  3. Save changes

Usage Examples

Basic Dashboard

[wpdm_frontend]

With Custom Logo

[wpdm_frontend logo="https://yoursite.com/logo.png"]

Simplified Interface

Hide advanced options for a cleaner interface:

[wpdm_frontend hide="settings,images,cats,tags"]

Hide Only Categories

[wpdm_frontend hide="cats"]

Dashboard Features

The frontend dashboard provides:

  • Package List – View and manage all uploaded packages
  • Add New Package – Upload files and configure package details
  • Edit Packages – Modify existing package settings
  • Statistics – View download counts and analytics
  • Profile Settings – Update author profile information

Hide Parameter Options

ValueEffect
settingsHides the package settings metabox (access control, download limits, etc.)
imagesHides the preview images upload section
catsHides category selection dropdown
tagsHides tags input field

Tips

  • Create a dedicated page for the author dashboard
  • Use hide to simplify the interface for non-technical users
  • Combine with role-based access control for moderated submissions
  • Authors can only see and edit their own packages

Related

View Live Demo

Demo credentials: demo / demo

Last updated on January 26, 2026

Need Help?

Get support from our team or community forum.

Visit Support

Customization

Need custom features? We can help.

Request Quote