Articles
traditional long form content: a post with an explicit title and body
?
So much Salsa! Where is this at?
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
likes JSON Feed: Home
Are you using Bridgy to communicate with Goodreads? This looks awesome.
likes Aaron Parecki
We’ve confirmed the venue! IndieWeb Summit 2017 will be at …?… Mozilla Portland! ?? 2017.indieweb.org
on incoming webmentions, i display them as a
facepile with the emoji over the face. e.g.:
https://martymcgui.re/2017/04/05/162509/
Rest In Peace, Susan ?
https://youtu.be/unB-Tb5JfeQ
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?