indieweb-post-kinds icon indicating copy to clipboard operation
indieweb-post-kinds copied to clipboard

adds support for responding to and interacting with other sites using the standards developed by the Indieweb Community

Results 72 indieweb-post-kinds issues
Sort by recently updated
recently updated
newest added

Disable Block-Editor directly in the plugin instead of forcing users to install the Classic-Editor plugin. ```PHP add_filter( 'use_block_editor_for_post', '__return_false' ); ```

This is a couple of layers of issues here so I'll do my best not to be long winded. Having not created a Quote post kind in a long time,...