Articles
traditional long form content: a post with an explicit title and body
?
#Salsa
So much Salsa! Where is this at?
Doug Beal
Why Categorize when you have Post Kinds and Tags – Disabling categories in WordPress
Consider putting all your changes in a child theme. Look at my child theme as an example.
add to functions.php
in your theme:
function dougbeal_unregister_categories() { register_taxonomy( 'category', array() ); } add_action( 'init', 'dougbeal_unregister_categories' ); unregister_widget( 'WP_Widget_Categories' );
https://wordpress.stackexchange.com/questions/120418/completely-disable-categories
http://stackoverflow.com/questions/4249694/how-do-i-remove-a-taxonomy-from-wordpress
JSON Feed: Home
likes JSON Feed: Home
The Life-Changing Magic of Tidying Up by Marie Kondo
Are you using Bridgy to communicate with Goodreads? This looks awesome.
March Expenses: Dentist Visit and “Free” First-Class Plane Tickets – AnomaLily.net
Aaron Parecki
likes Aaron Parecki
We’ve confirmed the venue! IndieWeb Summit 2017 will be at …?… Mozilla Portland! ?? 2017.indieweb.org
Site updates: showing emoji reactions
on incoming webmentions, i display them as a
facepile with the emoji over the face. e.g.:
https://martymcgui.re/2017/04/05/162509/
(2) Brad Dowdy & Susan Wirth at 2016 Chicago Pen Show – YouTube – By Lisa Vanness
Rest In Peace, Susan ?
https://youtu.be/unB-Tb5JfeQ
Posting this on MY site and syndicating it to Twitter, Facebook, and LinkedIn. Hoorah #indieweb
It’s Alive
I have WordPress with all the indie web fixings, using the SemPress theme.
Not sure about viability. One important use case is Instagram crossposting here via OwnYourGram. It creates posts and uploads images, but doesn’t display usefully. Do I need to hack some php to get them to show up properly?