Thanks to David Shanske‘s fabulous Simple Location plugin for WordPress, I’ve now got archive map pages working on my website!

For any of the date archive pages on my site you can add /map/ and get an archive of all the places I’ve made posts on my website with location data for that time period, so for example:

https://boffosocko.com/2020/map/
https://boffosocko.com/2020/01/map/
https://boffosocko.com/2020/01/31/map/

Home

Published by

Chris Aldrich

I'm a biomedical and electrical engineer with interests in information theory, complexity, evolution, genetics, signal processing, IndieWeb, theoretical mathematics, and big history. I'm also a talent manager-producer-publisher in the entertainment industry with expertise in representation, distribution, finance, production, content delivery, and new media.

6 thoughts on “”

  1. Looks like there’s a paging issue with no new date from paged URLs: https://david.shanske.com/2019/map/page/2/ is the same as page 1.

  2. I’ve added some custom CSS and included a few custom classes to the template to get Font Awesome location arrows to appear on the <li> list items.

    ul.slocmod {  
        list-style:none;  
    }
    
    ul li.slocicon:before {    
        font-family: 'FontAwesome';
        content: '\f124';
        margin:0 5px 0 -15px;
        color: black;
    }

Leave a Reply

Your email address will not be published. Required fields are marked *