Software Engineering in WordPress, PHP, and Backend Development

Tag: WordPress (Page 68 of 219)

Articles, tips, and resources for WordPress-based development.

Sharing Databases in Dropbox (For MAMP Pro)

Sharing databases is something that’s convenient to do within your local development environment especially if you’re working with multiple machines.

If for whatever reason you’re looking to do this with a staging environment or production environment, then this is not the way to do it. There are strategies like database replication and the like that are meant for that, and that are far beyond the scope of this post.

Instead, this is primarily intended for systems that you have, likely on the same network, and that you swap between during the day.

Continue reading

WordPress Batch Processing with Locomotive

WordPress batch processing doesn’t exactly sound like the most exciting aspect of programming (regardless of the platform, really). And working with large sets of data in WordPress usually comes down to one of two solutions:

  1. using WP-CLI,
  2. performing migrations with WP Migrate DB Pro.

Both of these solutions are great, and they do their job well; however, there are times when you’re working with large sets of data within the WordPress administration area that could be manipulated with a simple batch process.

This isn’t to say that using the command-line is bad, but sometimes toggling a few options to work with posts, comments, or other data types would be nice.

And that’s what Locomotive from Reaktiv Studios allow us to do.

Continue reading

« Older posts Newer posts »

© 2025 Tom McFarlin

Theme by Anders NorenUp ↑