I just had a few thoughts / questions while watching / listening:
-
I never realised that I could add all my Rel=Me links within my profile, does that mean that I do not have to go through all the rigmarole of adding them to my ‘child theme’? That definitely makes it a lot easier to setup.
-
I am really interested in modifying / developing a custom post kind, but what happens when David Shanske updates the plugin? How do I set up to allow for updates and customisation? Is this some sort of ‘child theme’?
-
I wonder if it were possible (maybe in the IndieWeb multisite or something) to customise the ‘Welcome’ box when you first start WordPress? Imagine if the information that is detailed in the IndieWeb plugin area could be placed there, front and centre?
Aaron, sorry I must have missed the notification for your comment, or was overwhelmed when it came in.
Yes, you should be able to add all the rel=โmeโ links in your profile, though I prefer to do that by hand myself to get the exact display I want.
If you created a custom post kind and added custom code, it will be overwritten on an update. I might recommend doing a pull request for it into the main plugin so that all the code is there for yourself and everyone else. In this case youโd like just need to change the false to true in the code to be able to easily activate it. If itโs something youโre experimenting with there typically isnโt much code to change so doing it manually after an update is easy enough. Thereโs also apparently some built-in filters and code that would allow you to create a mini-plugin so that it sits next to the main plugin without being overwritten, but thatโs a tad above my pay grade at the moment.
I like your idea of a Welcome box and there are multiple ways of doing that. Alas, many of them are beyond me at the moment. I suspect theyโll get there eventually.