[Plugin: Project Manager] Display Category ID??
-
Hi, I’m writing from Naples and I’m using the Project Manager plugin to create a data-table of a football team. In the default “gallery.php” page of the plugin the caption displays only the Name like this: https://i43.tinypic.com/2ilna55.png.
I want to display under the Name the category “Age” for example. The part of code interested in gallery.php is this:
?php endif; ?>
<p class=’caption’><?php echo $dataset->name ?></p></div>
</div>What php-row I must add under the “<p class…</p>”?? I try adding this row: <p class=’caption’><?php echo $dataset->cat_ids=1 ?></p> where 1 would be the “Age” category id, but it shows me only the number 1 and not the category under the name. HELP ME!!
Thanks for the answers and sorry for my English
- The topic ‘[Plugin: Project Manager] Display Category ID??’ is closed to new replies.