None of the links on my archive page work. I get a 404 each time.
This is the code on archives template. http://www.wbransonblog.com/blog/archives/
{embed="includes/.header" template_group="{my_template_group}”}
<div class=“container_12” id=“contentwrapper”>
<div class=“grid_12 content”>
By Date:
{exp:weblog:entries orderby="date" weblog="{my_weblog}” url_title=“not about|contact” sort=“desc” limit=“100” disable=“pagination|custom_fields|categories|member_data|trackbacks”}
{date_heading display="yearly"}
<h4 class=“title”>{entry_date format="%Y"}</h2>
{/date_heading}
{date_heading display="monthly"}
<h5 class=“date”>{entry_date format="%F"}</h3>
<ul class=“archivelist”>
{/date_heading}
<li>{entry_date format="%d"} / {title}</li>
{/exp:weblog:entries}
</ul>
</div>
<div class=“clear”></div>
</div>
{embed="includes/.footer"}
</body>
</html>