Forums » collection name

RSS feed for this topic

Info

  1. it is possible to make the collection name visible above the usual entry like "browse Items (n total )" . This will really be of use to those who reach the specific page through an internet search.

  2. Do you mean changing the order of what is displayed on the items/show page?

    If so, find this section of show.php page (in your theme's /item directory), and then move it on the page where you would like the collection name to appear:

    	<!-- If the item belongs to a collection, the following creates a link to that collection. -->
    	<?php if ( item_belongs_to_collection() ): ?>
            <div id="collection" class="element">
                <h2>Collection</h2>
                <div class="element-text"><p><?php echo link_to_collection_for_item(); ?></p></div>
            </div>
        <?php endif; ?> 

Reply

You must log in to post.