WordPress to Static Migration: What Breaks, What Stays, and What to Do First

WordPress normally builds each page at request time. PHP runs, the database is queried, plugins modify output, cookies identify the visitor, and the final HTML is assembled on the server. A static site changes that model completely. Pages are generated…