Author: Luan Piegas

  • Exporting Custom Post Type data and Custom Fields (ACF)

    This approach combines the necessary data from both the wp_posts and wp_postmeta tables using JOIN and UNION clauses. Single SQL Export Query This query will select all the necessary posts (your custom post type and ACF field definitions) and all of their associated metadata in one go. Remember to replace ‘your_cpt_name’ with the actual slug…

  • How to use WP All Import’s Function Editor

    Let’s say you need to extract just the URL from an embed code during an import. How can you achieve this goal using the Function Editor? It’s basic PHP and it is simple. Following this example, add a function to the Function Editor like this: Now you can call it like this: The name of…

  • The easiest way to install PHP, Composer and the Laravel Installer in 2025

    Following Laravel’s documentation I have found what I think is the best way to set up your local environment using a shell script to install everything quick and easy. macOS Windows (Powershell) Linux