shopify analytics ecommerce
tracking

This year and previous years

I wanted to add archive links at the bottom of my blogs.

Of course this is a brute force hack and there is no way to do this within the RqpidWeaver program or theme.

So I opened up the RapidWeaver theme with BBEdit. In the Contents folder, I found the index file.

For Pagan Vigil I added this line at the bottom:

</div><!-- End main content wrapper -->
<div align=center><A HREF="http://www.paganvigil.com/files/archive-2017.html">2017</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.paganvigil.com/files/archive-2016.html">2016</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.paganvigil.com/files/archive-2015.html">2015</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.paganvigil.com/files/archive-2014.html">2014</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.paganvigil.com/files/archive-2010.html">2010</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.paganvigil.com/files/archive-2009.html">2009</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.paganvigil.com/files/archive-2008.html">2008</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.paganvigil.com/files/archive-2007.html">2007</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.paganvigil.com/files/archive-2006.html">2006</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.paganvigil.com/files/archive-2005.html">2005</a></div>
<div id="footer" style="border-radius: 7px;"><!-- Start Footer —>

For Technopagan Yearnings it was a little more difficult to get it to look right. I finally added another breadcrumb container below the original. That took three lines.

</div><!-- #breadcrumbcontainer -->
<div id="bottom-breadcrumbcontainer" class="clearfix container_16">
<p><div align=center><A HREF="http://www.neowayland.com/files/archive-2017.html">2017</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.neowayland.com/files/archive-2016.html">2016</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.neowayland.com/files/archive-2015.html">2015</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.neowayland.com/files/archive-2014.html">2014</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.neowayland.com/files/archive-2011.html">2011</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.neowayland.com/files/archive-2010.html">2010</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.neowayland.com/files/archive-2009.html">2009</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.neowayland.com/files/archive-2008.html">2008</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.neowayland.com/files/archive-2007.html">2007</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.neowayland.com/files/archive-2006.html">2006</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.neowayland.com/files/archive-2005.html">2005</a></div></p>
</div><!-- #breadcrumbcontainer -->

<div id="footer" class="container_16">

That's it.

blog comments powered by Disqus