could you please explain that how you are showing quarterly reports. if you are showing like :
2011, first quarter report
2011, second quarter report
2011, third quarter report
.....
.....
....
or you are showing in any other way. also please share your channel entry tag.
Sure!
Currently they are listed like this…
Fourth Quarter 2011 Form 10-Q
Third Quarter 2011 Form 10-Q
Second Quarter 2011 Form 10-Q
First Quarter 2011 Form 10-Q
Fourth Quarter 2010 Form 10-Q
Third Quarter 2010 Form 10-Q
Second Quarter 2010 Form 10-Q
First Quarter 2010 Form 10-Q
I need something like this…
2011(heading)
Fourth Quarter 2011 Form 10-Q
Third Quarter 2011 Form 10-Q
Second Quarter 2011 Form 10-Q
First Quarter 2011 Form 10-Q
2010(heading)
Fourth Quarter 2010 Form 10-Q
Third Quarter 2010 Form 10-Q
Second Quarter 2010 Form 10-Q
First Quarter 2010 Form 10-Q
...
I can’t just manually divide them into years in the template because it needs to be automated so when the client adds year 2012, 2013, etc. forms the new headings need to appear as well.
{exp:channel:entries channel="reports_quarterly" disable="categories|member_data|category_fields" dynamic="no"}
<article class="pdf_summary">
<h1><a href="http://{quarterly_reports_file}">{title}</a></h1>
{entry_date format="%F %Y"}
</article>
{/exp:channel:entries}
Thanks for looking into this!