Forums

WordPress Download Monitor
How to use the download meta custom fields in the templates (1 post)

  1. oliwa
    Member
    Posted 6 months ago #

    Hello, i have a template file and want to show some metainfo for the download. for example i can get title and link with

    echo '<h2><a href="'.$d->url.'">'.$d->title.'</a></h2>';

    but i cant get the custom field "slug" with

    echo '<p class="subhead">'.$d->meta-slug.'</p>'; or
    echo '<p class="subhead">'.$d->slug.'</p>';

    any ideas? thanks

    http://wordpress.org/extend/plugins/download-monitor/

Reply

You must log in to post.

About this Plugin

About this Topic