CMS AI Content Plugin
WordPress-style CMS plugin for AI listing content
by Jamil Parvez · github.com/jparvez083/cms-ai-content-plugin
★ 0stars
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/jparvez083/cms-ai-content-plugin/archive/refs/heads/main.zipReadme
CMS AI Content Plugin

WordPress-style PHP plugin stub for drafting property listing copy from beds, baths, and neighborhood inputs.
Stack: PHP (WordPress plugin pattern)
Install
- Copy the
cms-ai-content-pluginfolder intowp-content/plugins/. - Activate CMS AI Content Plugin in the WordPress admin.
- Open AI Listings in the sidebar to preview generated drafts.
Local demo (no WordPress)
php -S localhost:8090
Open http://localhost:8090/cms-ai-content-plugin.php — the file is a self-contained stub for portfolio review.
Notes
Hook into your LLM provider inside build_draft() for production use. This demo returns deterministic sample text.