ExpressionEngine

2.5.0 User Guide

User Contributed Notes

Posted by: Versa Studio on 28 September 2011 11:39pm
Versa Studio's avatar

If you’re using Multi-Site Manager (MSM) and want to refer to entries from a different site than the one your template belongs to, you’ll need to add the site parameter, i.e.,:

site="my_site_name" 
Posted by: tunnel7 on 18 May 2011 2:29pm
tunnel7's avatar

Worth noting is that on the archive template page you can use the date_heading tag to display the archive month / year at the top of the page:

{exp:channel:entries channel="channelname"}
            
{date_heading display
="monthly"}
                 
<h1>Posts from {entry_date format="%F %Y"}</h1>
                 
{/date_heading}

{
/exp:channel:entries} 

More details on the date_heading variable pair can be found in documentation here: http://expressionengine.com/user_guide/modules/channel/variable_pairs.html

You must have an ExpressionEngine license and have attained a forum rank of "Lab Assistant" (100 posts) to contribute notes to the User Guide