Lavender and Mushrooms – been a wet spring 🤣
#251
Doug Beal
#246
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:
|
1 2 3 4 5 |
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
Panic Blog » The Case of the Stolen Source Code
Ouch, Panic hit by HandBrake compromise.
#232
#MykewasRIGHT Myke Hurley on Instagram: “OMG. @glennhk is the best ever.”
The Life-Changing Magic of Tidying Up by Marie Kondo
Are you using Bridgy to communicate with Goodreads? This looks awesome.