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