inkFolders: Smart Folder Management for WordPress
inkFolders is a lightweight, fast, and fully-featured WordPress plugin that organizes your posts, pages, media, and custom content types into intuitive, color-coded folders. With REST API support, admin list filters, and media library integration, managing your content has never been easier.

Key Features
- Admin List Filtering: Filter your posts, pages, and custom post types by folder directly in the WordPress admin.
- Media Library Organization: Assign attachments to folders and filter your media with AJAX-powered search.
- Color-Coded Folders: Each folder gets a unique color automatically, making it easy to visually identify categories.
- REST API Support: Fully integrated API allows programmatic access, creating, moving, and retrieving folders seamlessly.
- Performance Optimized: Uses caching and prepared database queries for fast, reliable operation even with large sites.
- Secure by Design: Includes nonce verification and capability checks to keep your content safe.
Installation Instructions
- Download the Plugin: Obtain the latest version of the
inkfoldersplugin from your hosting site or repository. - Upload to WordPress: Navigate to
Plugins > Add New > Upload Pluginin your WordPress admin. Choose the.zipfile and click “Install Now.” - Activate: After installation, click Activate to enable InkFolders.
- Configure: Go to the “InkFolders” menu in your WordPress admin to manage folders, assign posts, and customize settings.
REST API Endpoints
InkFolders exposes a secure REST API under the namespace /wp-json/inkfolders/v1/:
| Endpoint | Method | Description |
|---|---|---|
/folders | GET | Retrieve a nested tree of all folders, with counts and colors. |
/move | POST | Move a post or attachment to a folder. |
/create-folder | POST | Create a new folder with optional parent folder. |
/move-folder | POST | Change a folder’s parent (supports nested hierarchy). |
All endpoints are protected with REST nonces and WordPress capability checks.
Tips for Best Use
Leverage the REST API for automated workflows or integrations with external tools.
Use folders to organize content types consistently (posts, pages, attachments).
Combine folder filtering with search for rapid content retrieval.
