Welcome
This plugin automates SEO-optimized content creation using AI. Create content pillars (templates), and let the AI generate unlimited articles with proper SEO structure, internal linking, CTAs, and FAQ sections.
Version: 2.7.1 | Requires: WordPress 6.0+ | PHP 8.0+
📖 Table of Contents
- Getting Started
- Configuring AI Providers
- Creating Content Pillars
- Quick Generate (Manual Articles)
- Managing CTAs & Offers
- Automated Scheduling
- SEO Settings
- Keyword Research Integration
- Monitoring & Logs
- Troubleshooting
- Frequently Asked Questions
1. Getting Started
Installation
- Download the plugin ZIP file from your dashboard
- Go to WordPress Admin → Plugins → Add New → Upload Plugin
- Select the ZIP file and click Install Now
- Click Activate Plugin
First-Time Setup Checklist
- Configure an AI Provider — You need at least one AI API key (OpenAI recommended)
- Create a Content Pillar — This is your content template
- Generate Your First Article — Test the system with manual generation
- Set Up Scheduling (Optional) — Automate content creation
💡 Tip: Start with manual generation to test your setup before enabling automated scheduling.
2. Configuring AI Providers
Navigate to: Grow More AI → Settings → AI Provider
Supported Providers
| Provider | Best For | API Key Source |
|---|---|---|
| OpenAI | Best overall quality, GPT-4o recommended | platform.openai.com |
| Anthropic Claude | Long-form, nuanced content | console.anthropic.com |
| Google Gemini | Cost-effective alternative | ai.google.dev |
| OpenRouter | Access multiple models with one API | openrouter.ai |
Multi-LLM Pipeline Advanced
You can use different AI providers for different tasks:
- Generator: Creates the initial content (use a powerful model like GPT-4o)
- Optimizer: Refines content for SEO (can use a faster/cheaper model)
📝 Note: Each Content Pillar can have its own AI provider assignment, allowing you to use different models for different content types.
Setup Steps
- Enable the provider by checking the checkbox
- Enter your API key
- Select the model (GPT-4o, Claude 3.5 Sonnet, etc.)
- Click Test Connection to verify
- Save Settings
3. Creating Content Pillars
Content Pillars are templates that define how articles are generated. Think of them as “content recipes.”
Navigate to: Grow More AI → Content Pillars → Add New
Core Settings
Name
A descriptive name for this pillar (e.g., “Product Reviews”, “How-To Guides”, “Industry News”).
Topic/Brief
This is the most important field. Describe what kind of content should be generated:
Write a comprehensive guide about {keyword} for beginners.
Include practical tips, common mistakes to avoid, and actionable steps.
Target audience: small business owners looking to grow online.
Tone: Professional but approachable.
Seed Keywords
One keyword per line. The AI will rotate through these when generating articles:
email marketing strategies
social media automation
lead generation techniques
content marketing tips
FAQ Questions
Questions to answer in the FAQ section (one per line):
How long does it take to see results?
What tools do I need to get started?
How much should I budget for this?
Must-Use Links (Affiliate)
Links that will be inserted into every article. Format: Anchor Text | URL
Try FunderPro Free | https://funderpro.com/ref/123
Sign Up Now | https://example.com/affiliate
Publishing Settings
| Setting | Description |
|---|---|
| Post Type | Usually “Post” but can be any custom post type |
| Category | Select existing or auto-create from keyword |
| Author | WordPress user to assign as author |
| Content Length | Brief (800w), Standard (1500w), Long-form (2500w), Comprehensive (4000w) |
SEO Optimization Settings
| Setting | Recommended |
|---|---|
| Enable Optimization | ✅ Yes – iteratively improves SEO score |
| Target SEO Score | 80-85 (Yoast/RankMath) |
| Target Readability | 60-70 |
| Max Optimization Passes | 3 (more = better but slower) |
LLM Assignment
Choose which AI provider handles this pillar:
- Generator Provider: Creates the content
- Optimizer Provider: Refines for SEO (can be different/cheaper model)
💡 Tip: For affiliate content, use a powerful generator (GPT-4o) and a fast optimizer (GPT-4o-mini) to balance quality and cost.
4. Quick Generate New in 2.7.1
Generate one-off articles with a specific topic instead of using keyword rotation.
Navigate to: Grow More AI → Content Pillars → Edit [Any Pillar]
When to Use Quick Generate
- You have a specific question you want to rank for
- Creating content for queries showing “Not found” in your SEO tools
- Writing about trending topics or news
- Testing a pillar before enabling scheduling
How to Use
- Edit any existing Content Pillar
- Find the “Quick Generate Article” section at the top
- Enter your topic or question (e.g., “What are the best strategies to build a personal brand online?”)
- Optionally set a different Focus Keyphrase for SEO
- Click “Generate Article Now”
📝 Note: Quick Generate uses all the pillar’s settings (CTAs, author, category, AI providers) but with your custom topic instead of rotating keywords.
Example Topics
What are the best prop trading firms for beginners in 2024?
How to pass a funded trader challenge on your first try
FunderPro vs FTMO: Which prop firm is better?
Step-by-step guide to getting funded as a forex trader
5. Managing CTAs & Offers
CTAs (Call-to-Action blocks) are promotional sections inserted into generated articles.
Navigate to: Grow More AI → CTAs & Offers
CTA Types
📦 Card CTA
Visual box with headline, description, button, and optional logo. Great for product promotions.
🔗 Shortcode CTA
Insert any shortcode (from other plugins like OptinMonster, ConvertKit, etc.)
✏️ WYSIWYG CTA
Full WordPress editor – create any custom HTML/content you want.
Creating a Card CTA
- Click Add New CTA
- Enter a name (internal use only)
- Select type: Card
- Fill in: Headline, Body text, Button label, Button URL
- Optionally upload a logo
- Save
Assigning CTAs to Pillars
When editing a Content Pillar, select one or more CTAs. If multiple are selected, one will be randomly chosen for each article.
💡 Tip: Create multiple CTAs for the same product with different messaging to A/B test which converts better.
6. Automated Scheduling
Configure automatic content generation on a schedule.
Global Scheduler Settings
Navigate to: Grow More AI → Settings → Scheduler
| Setting | Description | Recommended |
|---|---|---|
| Enable Background Processing | Master switch for all scheduled generation | ✅ Enable |
| Check Frequency | How often to check for due pillars | Hourly |
| Posts Per Run | Max articles per scheduler run | 1-3 |
| Auto-Trigger | Pings cron even without site traffic | ✅ Enable |
Per-Pillar Schedule Settings
Each Content Pillar has its own schedule. Edit the pillar and find the Schedule section:
Schedule Types
- Manual: Only generates when you click the button
- Interval: Generate every X hours/days/weeks
- Specific Date: Generate on a specific date (one-time or recurring)
Example Configurations
| Use Case | Schedule Type | Settings |
|---|---|---|
| Daily blog posts | Interval | Every 1 day at 9:00 AM |
| Weekly newsletter content | Interval | Every 7 days at 6:00 AM |
| Product launch | Specific Date | March 15, 2024 at 8:00 AM |
Server Cron (Recommended for Reliability)
WordPress cron only runs when someone visits your site. For reliable scheduling, set up a real server cron:
Step 1: Disable WordPress Cron
Add to wp-config.php:
define('DISABLE_WP_CRON', true);
Step 2: Add Server Cron Job
Add this to your crontab (runs every minute):
* * * * * wget -q -O - https://yoursite.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1
⚠️ Warning: Without server cron or Auto-Trigger enabled, scheduled articles may not generate if your site has no traffic.
7. SEO Settings
Navigate to: Grow More AI → Settings → SEO & OG
SEO Plugin Integration
The plugin automatically detects and integrates with:
- Yoast SEO — Sets focus keyphrase, meta description, SEO title
- RankMath — Same features, plus schema support
SEO Validation
When enabled, articles are scored before publishing:
- SEO Score: Keyword usage, headings, meta description, links
- Readability Score: Sentence length, paragraph structure, transition words
Minimum Score Requirements
Set minimum scores to auto-publish. Articles below the threshold are saved as drafts for manual review.
| Quality Level | Min SEO Score | Min Readability |
|---|---|---|
| Standard | 70 | 60 |
| High Quality | 80 | 70 |
| Premium | 85 | 75 |
Open Graph Images
Set a default OG image placeholder, or assign specific images per Content Pillar.
8. Keyword Research Integration
Navigate to: Grow More AI → Settings → Keywords
Supported Services
How It Works
- Enter your seed keywords in a Content Pillar
- Click “Expand with SerpApi/DataForSEO”
- The service returns related keywords and questions
- Select which to add to your pillar
- Keywords go to Seed Keywords, questions go to FAQ Questions
📝 Note: Keyword services require separate API subscriptions. They’re optional — you can manually enter keywords instead.
9. Monitoring & Logs
Navigate to: Grow More AI → Logs
Log Entry Information
- Status: Success ✅, Error ❌, Processing ⏳, Queued 📋
- Pillar: Which content pillar was used
- Keyword: The primary keyword/topic
- Post: Link to generated article (if successful)
- Scores: SEO and Readability scores
- Duration: How long generation took
- Trigger: Manual, Scheduled, or Background
Debug Mode New in 2.7.0
For troubleshooting scheduler issues:
- Go to Settings → Scheduler
- Enable “Debug Logging”
- Check the debug log viewer on the same page
- Download full log file if needed
💡 Tip: Debug mode logs every cron check, pillar evaluation, and generation attempt. Disable it after troubleshooting to save resources.
10. Troubleshooting
Common Issues
❌ “API key invalid” error
- Double-check your API key for typos
- Ensure the key has sufficient credits/quota
- Verify the correct endpoint is selected
❌ Scheduled articles not generating
- Check that “Background Processing” is enabled in Settings → Scheduler
- Verify the pillar has a schedule set (not “Manual”)
- Enable “Auto-Trigger” or set up server cron
- Enable Debug Mode to see what’s happening
❌ “Duplicate content” error
- The same keyword was used this month
- Use “Force Regenerate” to bypass, or wait until next month
- Disable duplicate checking in Settings → Publishing
❌ Low SEO scores
- Enable “SEO Optimization” on the pillar
- Increase “Max Optimization Passes” to 3-5
- Make your Topic/Brief more specific about keyword usage
❌ Generation times out
- Enable “Background Processing” — it’s more reliable
- Long-form content (4000+ words) may need 3-5 minutes
- Check server’s max_execution_time PHP setting
❌ Malformed links in FAQ section
- This was fixed in v2.7.0 — update to latest version
- The AI sometimes generates broken HTML; the plugin now sanitizes it
11. Frequently Asked Questions
How much does the AI cost per article?
It depends on the model and content length. Rough estimates:
| Model | 1500-word article |
|---|---|
| GPT-4o | ~$0.03-0.08 |
| GPT-4o-mini | ~$0.005-0.02 |
| Claude 3.5 Sonnet | ~$0.02-0.05 |
Can I edit generated articles?
Yes! Articles are saved as regular WordPress posts. Edit them like any other post.
Does this work with my theme?
Yes. Generated content is standard WordPress HTML that works with any theme.
Can I use my own AI/LLM?
Yes, via OpenRouter which provides access to many models, or any OpenAI-compatible endpoint.
Is there a limit on articles?
No plugin limits. You’re only limited by your AI API credits.
Does it work with WooCommerce products?
Yes. Set the Post Type to “Product” in your Content Pillar settings.
Can different team members use different pillars?
Yes. Any user with “edit_posts” capability can generate content.
How do I backup my pillars?
Pillars are stored in the database (wp_gmai_pillars table). Standard WordPress/database backups will include them.
Need Help?
Contact support at success@letsgrowmore.com



