# Deprecated WordPress Migration Scripts

**Last Updated:** 2026-01-15

**Status:** ✅ **DEPRECATED** - Blog migration complete (2026-01-14)

## Deprecation Notice

These scripts were used during the WordPress to PHP static pages migration. The migration is complete, and all blog content is now managed via JSON files in `v2/data/blog/posts/`.

**These scripts should NOT be used.** They are preserved for historical reference only.

## Deprecated Scripts

The following WordPress migration scripts have been deleted (2026-01-15) and are available in Git history:

- `extract-wordpress-meta.php` - WordPress metadata extraction
- `extract-content.py` - WordPress content extraction
- `convert-wordpress-urls-in-json.py` - WordPress URL conversion

**Deprecation Date:** 2026-01-14  
**Deletion Date:** 2026-01-15

**Reason:** Blog migration complete. WordPress extraction no longer needed.

**Access:** Use `git log --all --full-history -- docs/archive/blog-migration/scripts/` to view deleted scripts.

## Current Production Workflow

For current production workflows, see:

- `docs/content/blog/PRODUCTION_WORKFLOW_GUIDE.md` - Production workflow guide
- `docs/content/blog/MIGRATION_COMPLETION_REPORT_2026-01-14.md` - Migration completion report
- `docs/content/blog/BLOG_QUICK_REFERENCE.md` - Quick reference guide

## Related Documentation

- `.cursor/rules/blog-production.mdc` - Production workflow patterns
- `.cursor/rules/blog-templates.mdc` - Template patterns
- `docs/archive/blog-migration/README.md` - Blog migration archive overview

---

**Archive Date:** 2026-01-15  
**Status:** ✅ Deprecated - Do not use
