Xavier Roy
Xavier Roy
Could you also take alook at https://webmention.app/?
Will the Indieweb Press This bookmarklets plugin also have this feature?
I found that setting "'show_in_quick_edit' => true," in class-kind-taxonomy.php does this. :-)
Not having a radio button is ok for me as I would sometimes categorise a post with 2 or more kinds, say a check-in and an photo kind and an...
Check out https://github.com/jeherve/traktivity for inspiration.
Instagram import has stopped working and will stop completely from March 31, 2020
I use this for displaying them ``` if ( isset( $_POST['cite_tags'] ) ) { $cite['category'] = array_filter( explode( ';', $_POST['cite_tags'] ) ); } echo sprintf ( '%1s', implode (";",$cite['category']) );...
I did this today to differentiate between film and television posts in the kind-watch.php inthe '< header >' section: ``` $category = get_the_category(); if ( in_category('movies') ) { echo '...
Adding another use case: Teacup entries could be mapped to a Food category which would map to either the _eat_ or _drink_ post kind in WP. Right now, I use...