TBQ Personal Intel
WordPress plugin: Personal Intel custom post type for TBQ
by Q (TBQ) · github.com/tbqclaw/tbq-personal-intel · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/tbqclaw/tbq-personal-intel/archive/refs/heads/main.zipA WordPress plugin that registers a Personal Intel custom post type — designed to keep personal AI, PM, and career intelligence separate from the main posts stream.
What It Does
- Registers
personal_intelCPT with full REST API support (/wp-json/wp/v2/personal-intel) - Archive page at
/personal-intel/ - Shares existing categories and tags with regular posts
- Excluded from the main blog feed, RSS, and search results
- Noindex/nofollow on all personal intel pages (robots meta)
- Excluded from Yoast SEO sitemap (if Yoast is active)
- Shield icon in wp-admin menu (🛡️)
Installation
- Download the latest release zip
- In WordPress admin: Plugins → Add New → Upload Plugin
- Upload the zip and activate
Or clone directly into wp-content/plugins/:
cd wp-content/plugins/
git clone https://github.com/tbqclaw/tbq-personal-intel.git
REST API
Once activated, the CPT is available at:
GET /wp-json/wp/v2/personal-intel # List posts
POST /wp-json/wp/v2/personal-intel # Create post
GET /wp-json/wp/v2/personal-intel/{id} # Get single post
Supports all standard WP REST API parameters (categories, tags, status, etc.).
Requirements
- WordPress 6.0+
- PHP 7.4+
License
GPL v2 or later.