Forums » Changing Display of Item View in Admin

RSS feed for this topic

Info

  1. In themes/../items/show.php removed:
    <?php echo show_item_metadata(); ?>

    and manually entered:
    <?php echo item('Dublin Core', 'Title'); ?>
    etc.

    So multiple subjects can display, I used unused DC fields and then had them print out as subjects. So catalogers do not get confused, I would like to duplicate in Admin side so all Item Fields are display/labelled correctly.

    Please advise.

Reply

You must log in to post.