wordpress-plugin icon indicating copy to clipboard operation
wordpress-plugin copied to clipboard

Automatically post to the Po.et Network from WordPress

Results 13 wordpress-plugin issues
Sort by recently updated
recently updated
newest added

I'm unable to go to the settings page if using the code in `master`. ![wp-plugin-no-settings](https://user-images.githubusercontent.com/2279687/41949057-2cc6fe6e-7996-11e8-8bef-270df26384fe.png) Manually entering the URL of the settings page *does* take me to it, though: {my-wordpress-url}/wp-admin/options-general.php?page=poet%2Fadmin%2Fclass-poet-admin.php...

bug

This is a new feature request. I can also contribute this myself if you'd like. A WP CLI utility should be provided to allow for batch CRUD. If users have...

feature

The Po.et Plugin currently ignores any type of errors that could happen when submitting a work to the Frost API. https://github.com/poetapp/wordpress-plugin/blob/8e101c93296966af2ad56a31e0bf03771f662776/PoetArticlePoster/PoetArticlePoster.php#L297-L320 The `catch` block is empty, and the `if (...

enhancement