Unable to Scan the QR Code

If your authenticator app can’t scan the 2FA QR code during setup (blurry screen, camera issues, or the code doesn’t register), use the manual entry method instead. Enter the secret key manually Below the QR code on the 2FA setup page, WP Ghost displays a text-based secret key. Open your authenticator app (Google Authenticator, Authy, […]

Read More

Authenticator App Not Generating Valid Codes for 2FA

If your authenticator app (Google Authenticator, Authy, Microsoft Authenticator, etc.) generates codes that WP Ghost rejects, work through these checks in order. Device time and date out of sync TOTP codes are time-based. If your phone’s clock is off by more than 30 seconds, codes won’t match. Go to your device’s Settings > Date & […]

Read More

Connection Issues With Third-Party Apps

Third-party apps (mobile apps, payment gateways, CRM integrations, email marketing tools, etc.) can lose connection to your site when WP Ghost changes the REST API path, modifies AJAX paths, or enforces security headers that block their requests. Work through these checks to identify which setting is causing the conflict. Check REST API path Most third-party […]

Read More

REST API Not Working After Custom Path Change

If you get errors accessing the REST API after changing the wp-json path in WP Ghost (404 errors, “rest_no_route” responses, or plugins that depend on the API stop working), the custom path isn’t resolving correctly on your server. Clear all caches Cached pages and API responses may still reference the old wp-json path. Clear your […]

Read More

After Changing the wp-includes Path Some Plugins are not Functioning Properly

If plugins break or display errors after changing the wp-includes path in WP Ghost, the plugins are loading scripts or stylesheets from /wp-includes/ and the server isn’t correctly rewriting the custom path back to the original location. Clear all caches Cached pages still reference the old /wp-includes/ path in script and stylesheet URLs. Clear your […]

Read More

Admin Dashboard Not Working Properly After wp-admin Change

If the WordPress admin dashboard breaks after changing the wp-admin path in WP Ghost (pages not loading, settings not saving, blank screens, or redirect loops), the custom admin path isn’t fully supported by your server or a plugin depends on the default path. Revert to default wp-admin and hide it instead The safest fix is […]

Read More