PostTypes icon indicating copy to clipboard operation
PostTypes copied to clipboard

Simple WordPress custom post types.

Results 16 PostTypes issues
Sort by recently updated
recently updated
newest added

When I add `post_tag` taxonomy support to a custom post type via `->taxonomy("post_tag")` a select filter will automatically be added to that post types `edit.php` _All Posts_ dashboard page. However,...

It's thrown while using `$registrar->columns()->sortable()` method. ![image](https://user-images.githubusercontent.com/18362490/203786630-3c559d1a-8e74-41ab-860f-a3fd68767a7e.png) Full warning: ``` Warning: Undefined array key 0 in /app/web/wp/wp-admin/includes/class-wp-list-table.php on line 1308 ```

The wrong namespace was used resulting with `PostTypes\PostTypes\Columns` instead of `PostTypes\Columns`

I like the package, but it lacks one very important feature for me to start using it: translation support. I am not a native English speaker and my clients mostly...

# v3.0 **PostTypes v3** moves away from the old approach of building post types step-by-step using method calls, and instead adopts a class-based, declarative design. Rather than constructing post types...