[Plugin: WordPress Download Monitor] How to use the download meta custom fields in the templates
-
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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WordPress Download Monitor] How to use the download meta custom fields in the templates’ is closed to new replies.