1. X
  2. SmartWP
Log inSign up
SmartWP
211 posts
SmartWP profile banner
user avatar

SmartWP

@smart_wp
Latest WordPress news, tutorials, and tips for creating your site. #WordPress
smartwp.com
Joined October 2022
69
Following
42
Followers
RepliesRepliesMediaMedia
  • user avatar
    SmartWP
    @smart_wp
    May 25
    WordPress REST API returning 404 from /wp-json/? Go to Settings > Permalinks and click Save (don't change anything). That re-flushes the rewrite rules. Fixes the issue 90% of the time. The other 10% is a security plugin blocking REST.
  • user avatar
    SmartWP
    @smart_wp
    May 22
    The wrong place to put a WordPress code snippet: your theme's functions.php. The right place: a custom plugin (survives theme switches) or mu-plugins (always-on). functions.php is for theme-specific code only. smartwp.com/wordpress-func…
    Image
  • user avatar
    SmartWP
    @smart_wp
    May 21
    WP-Cron isn't a real cron job. It only fires when someone visits your site. Low-traffic sites have scheduled tasks that just... never run. Disable WP-Cron, set a real server cron job to hit wp-cron.php every 5 minutes: smartwp.com/wp-cron/
    Image
  • user avatar
    SmartWP
    @smart_wp
    May 20
    The WordPress "white screen of death" has had a built-in fix since WP 5.2. If a fatal error crashes the site, WP emails the admin a one-click Recovery Mode link to log in and disable the broken plugin. Most people have no idea. smartwp.com/wordpress-whit…
    Image
  • user avatar
    SmartWP
    @smart_wp
    May 19
    Building a vibe-coded app that needs a CMS? WordPress already has a REST API. Application Passwords + 5 lines of fetch and you're pulling posts into your Next.js/React/whatever in 5 minutes. smartwp.com/wordpress-rest…
    Image

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
Advertisement
Advertisement