👓 “K” Theme MF2 Markup Update | Chris McLeod

Read “K” Theme MF2 Markup Update by Chris McLeodChris McLeod (mrkapowski.com)
(Skip to the end for the TL;DR summary) After an evening of debugging and rewriting sections of the HTML in “K”, I think I’ve fixed the markup and parsing issues I mentioned yesterday. It turns out that X-Ray, the parsing engine used by IndieNews, Aperture, and probably others, was only findin...

👓 Tabor Theme Now Available as a Free Gatsby Theme for WordPress | WP Tavern

Read Tabor Theme Now Available as a Free Gatsby Theme for WordPress (WordPress Tavern)
Gatsby WordPress Themes, a project launched earlier this year by a group of collaborators, has just released its second free theme. The team is led by Gatsby and GraphQL aficionados Zac Gordon, Jas…

👓 Easy IndieWeb Login with WP-Dimension Theme | CogDogBlog

Read Easy IndieWeb Login with WP-Dimension Theme by Alan Levine (CogDogBlog)
Those big time motivational speakers who talk about starting to learn with a problem you want to solve have never really accounted for serendipitous learning. Is everything as simple as problem

👓 The Autonomie theme had been displaying duplicate status updates | Davey Moloney

Read a post by Davey MoloneyDavey Moloney (daveymoloney.com)
The Autonomie theme had been displaying duplicate status updates on my site recently. A quick re-install of the most-up-to-date theme package seems to have fixed everything.

👓 Autonomie Theme | Amanda Rush

Read a post by Amanda Rush (Amanda Unvarnished)
I’m taking the new #Indieweb WordPress by @pfefferle and man, this is really, really nice. I haven’t played with all the options yet but if you want to take the theme for a spin you can get it from GitHub. I’ll write more about it once I’m done putting it through its paces. More Indieweb themes is always better, more accessible themes is even better than that. This one is made of semantic HTML, Microformats, Microformats 2, and schema data. I haven’t explored the templates yet but it has full post kinds and post formats support as well.

👓 If You’re Using The Storefront Theme For Your ECommerce Site, There Are Some Accessibility Improvements In Store For You | Customer Servant Consultancy

Read If You’re Using The Storefront Theme For Your ECommerce Site, There Are Some Accessibility Improvements In Store For You by Amanda RushAmanda Rush (Customer Servant Consultancy)
After a user of the Storefront WordPress theme, (WooCommerce’s default theme), reported accessibility challenges with the theme’s focus outlines and text decoration with regard to links, the Storefront theme has been modified to address the issue with focus outlines by modifying the default outl...

👓 “K” Theme Update 24-Jan-2019 | Mr.Kapowski

Read “K” Theme Update 24-Jan-2019 by Chris McLeodChris McLeod (Mr.Kapowski)
I’ve been chipping away at several things over the last two weeks, mostly focussing on markup, presentation, and theme file organisation. I want to get these finalised before I look at theme customisation options. If you’ve visited the home page, you might have noticed the display of certain pos...
New IndieWeb friendly themes for WordPress are always a welcome thing. I hope he’s open-sourcing it for others to tinker with as well.

❤️ Indieweb Publisher WordPress Theme Now Available to Try | David Shanske

Liked Indieweb Publisher WordPress Theme Now Available to Try by David ShanskeDavid Shanske (david.shanske.com)
Over the last months, one of the regular problems mentioned with the Indieweb on WordPress is the lack of compatible themes. Most themes do not properly mark up their content in microformats, or support some of the customizations that would integrate with Indieweb plugins. I had already been working...

👓 Everything Old is New Again: Adventures in the IndieWeb | Desert of My Real Life

Replied to Everything Old is New Again: Adventures in the IndieWeb by Cathie LeBlancCathie LeBlanc (Desert of My Real Life)
I’ve written about my forays into the IndieWeb movement before. I have even written about how I feel like I’m moving to a philosophy of sharing my work that is kind of old school. Last week, I had the occasion to see a perfect example of how the “new” ways that I’m working are actually the old ways.
Kudos Cathie for rolling up your sleeves and delving in like this! You’re getting some fairly solid results and have far stronger grasp of what is going on than I certainly did in my first year–not to say that I’m much better off now to be honest.

The tougher part is that some of your post seems a bit misleading to me.

The couple of microformats related lines you’re adding in your child theme like add_theme_support( ‘microformats2’ ); are in fact declaring that your theme properly supports microformats v1, v2, and microdata which it doesn’t quite. Those lines don’t actually add support (as the hook might indicate), but tell other WordPress plugins that your theme is microformats compatible which may prevent them from adding particular pieces of redundant microformats related code.

While you’ve got an h-entry in your header file, you’re closing the related </div> just after the title so that if the body of your post includes a p-summary or an e-content microformat, parsers are likely to have problems. Instead you might want to do something similar in either your content.php (or other file that adds the body of your post) or your footer.php files where you close that div in one of those two files instead of in your header.php file. If you need it the article page on the wiki has a simple example of what the final result should look like.

My favorite template for how to add microformats to a WordPress theme is David Shanske’s fork of the TwentySixteen theme. Because of GitHub’s interface and the fact that he made changes in relatively small increments, you can look at the history of his changes (start with the oldest ones and move forward) and see the highlights of what he added and removed in individual files to effect the necessary changes. (He made some other drastic changes like removing Post Formats in preference to Post Kinds as well as some other non-microformats changes, so you’ll necessarily want to skip those particular changes.) I think I learned more about WordPress Themes by going through this one example a change at a time than any of the books or tutorials I’ve ever seen.

Another tool in addition to indiewebify.me is the Pin13 parser which will parse your page and give you some indication about what it is finding (or not) and how things are being nested (or not).

If you need some help, feel free to catch one of the WordPress folks in the IndieWeb chat. I suspect that since you’ve got the fortitude to dive into the code the way you have, that you’ll be able to puzzle it out.

👓 IndieWeb and the Log Lolla theme | More Themes Baby

Replied to IndieWeb and the Log Lolla theme (More Themes Baby)
Lately I found myself posting a lot about IndieWeb, and thinking about how useful it could be for the next versions of the Log Lolla theme.
I ran across this article today as the result of a refback of all things (hooray for old web infrastructure!). The site had reposted a few IndieWeb related articles I wrote in the past year.

Since they don’t support webmention and don’t seem to have comments on their site open, I’ll say “Hello!” by syndicating to Twitter. I hope you haven’t given up on the idea of what the IndieWeb stands for and are still thinking of making your Log Lolla theme directly compatible with how the IndieWeb works with WordPress. There are a bunch of us out here who’d love to give you any help and support you need as we’d all love to see more IndieWeb friendly themes in the WordPress repo. Feel free to join us in the #IndieWeb chat or the #WordPress chat to say hello.

👓 Mapping Microformats To This Site | Interdependent Thoughts

Read Mapping Microformats To This Site by Ton ZijlstraTon Zijlstra (zylstra.org)

As a first step to better understand the different layers of adding microformats to my site (what is currently done by the theme, what by plugins etc.), I decided to start with: what is supposed to go where?

I made a post-it map on my wall to create an overview for myself. The map corresponds to the front page of my blog.

Green is content, pink is h- elements, blue u- elements, and yellow p- elements, with the little square ones covering dt- and rel’s. All this is based on the information provided on the http://microformats.org/wiki/Main_Page, and not on what my site actually does. So next step is a comparison of what I expect to be there from this map, to what is actually there. This map is also a useful step to see how to add microformats to the u-design theme for myself.

This is an interesting visual exercise.

👓 Better Blending of Micro Formats with WordPress Themes | Interdependent Thoughts

Read Better Blending of Micro Formats with WordPress Themes by Ton Zijlstra (zylstra.org)
Earlier this week I discussed microformats with Elmine. Microformats make your website machine readable, allowing other computers and applications to e.g. find out where my contact information is, and the metadata from my postings. It was a discussion that branched off a conversation on online repre...

👓 Announcing WP-Lens a new, simple WordPress Theme for Photographers | Alan Levine

Read Announcing WP-Lens a new, simple WordPress Theme for Photographers by Alan Levine (CogDogBlog)
Here is another new experimenting in porting a Creative Commons licensed HTML5 Up template into a WordPress theme, say hello to WP-Lens. This joins my three previous HTML5 Up to WordPress themes, I…

👓 Foxland products for free | Foxland

Read Foxland products for free by Sami Keijonen (Foxland)
All my themes and plugins are now free. At the moment I feel that’s a permanent decision but you’ll never know. I want to thank all who have supported my journey. Either by purchasing, helping, or sharing ideas. I’ll do my best to answer some of the questions you might have. Why free? I don’...

👓 Sami Keijonen’s Foxland Themes and Plugins are Now Available for Free | WP Tavern

Read Sami Keijonen’s Foxland Themes and Plugins are Now Available for Free (WordPress Tavern)
WordPress theme designer and developer Sami Keijonen has made all of his theme and plugin products at Foxland available for free. Keijonen’s WordPress.org-hosted themes are active on more tha…