silk icon indicating copy to clipboard operation
silk copied to clipboard

A modern API for WordPress.

Results 7 silk issues
Sort by recently updated
recently updated
newest added

Post Type builders have `open` and `closed` methods for setting the `public` property of a type's registration args. This should be present for the taxonomy builder as well for consistency.

enhancement

As it is, using a Query Builder with a model will always return a collection of model instances. This means doing a bunch of queries that may not be necessary...

enhancement
road map

Add more methods to the query builder for posts.

enhancement

Need more methods for building a more robust term query. Easy targets for methods: - `orderby` - `order` - `include` - `exclude` - `hierarchical` - `child_of`

enhancement

Silk currently comes bundled with models for all initial post types, terms, and users. These allow for users to start using Silk models right away for these initial types without...

road map

The ability to define relationships between models. At a minimum, this should include: - One to One - One to Many - Many to Many The relationship should be polymorphic,...

road map

We need some sexy branding. Nobody will ever use this unless something somewhere looks cool.

help wanted