Hello Friends
Would you please guide me how to show the titles and links of entry from an specific channel from an specific year and an specific month. By the moment I am trying to do something like this:
<!———————-
<li class=“widget”>
archivo
<ul class=“archive”>
{exp:channel:month_links channel="planeta"}
<li>{year}
<ul>
<li>{month}
<ul class=“post-names”>
<li>{title}</li>
</ul>
</li>
</ul>
</li>
{/exp:channel:month_links}
</ul>
</li>
———->
This code must create a list like this:
2012
March
First title of my recent entries on March, 2012
Second title of my recent entries on March, 2012
2011
August
First title of my recent entries on August, 2011
Second title of recent entries on August, 2011
2010
May
First title of my recent entries on May, 2010
Second title of my recent entries on May, 2011
Thanks in advance for your help
Jhon E.