WP Git Posts
Load WordPress content from files without database writes.
graph LR
A[📁 Git Repo] --> B[📄 Files]
B --> C[🔌 PraisonPressGit]
C --> D[🌐 WordPress]
style A fill:#14B8A6,stroke:#7C90A0,color:#fff
style B fill:#F59E0B,stroke:#7C90A0,color:#fff
style C fill:#6366F1,stroke:#7C90A0,color:#fff
style D fill:#10B981,stroke:#7C90A0,color:#fff
Quick Start
- Install → Upload plugin to WordPress
- Create → Add Markdown/JSON/YAML files
- Sync → Git push to deploy content
No database writes! 🎉
Supported Formats
| Format | Use Case |
|---|---|
| 📝 Markdown | Blog posts, pages |
| 📋 JSON | Structured data |
| ⚙️ YAML | Configuration |
Key Features
| Feature | Description |
|---|---|
| 🔄 Git Sync | Version control for content |
| 👥 Collaborative | Multiple editors |
| ☁️ Cloud Native | Deploy anywhere |
| ⚡ No DB Writes | Fast and portable |