All-in-One WP Migration is great to move a full WordPress (images, database). You can do a search and replace before to export. And import it with the right data. It’s one way to duplicate your WordPress in your new destination. However, they push you to get the premium version of the plugin. If it’s a one off use, it might not be worth getting it. Continue reading “Remove upload limit for on All-in-One WP Migration Plugin”
Tag: wordpress
WordPress save, update button going to 404 page
One of my blog had this issue appearing a bit out of the blue. Clicking update the post would just redirect me to a blog page 404 with the url wp-admin/post.php Continue reading “WordPress save, update button going to 404 page”
WordPress Remove media you don’t need
Remove WordPress image you don’t need
Those plugins are great to do a bit of cleanup. But do a backup of your images first.
Continue reading “WordPress Remove media you don’t need”
WordPress passing variables to get_template_part()
I was using advanced custom fields and the flexible content (and clone fields). To keep the code easy to maintain I have some of the flexible content section in their own file. I needed to pass variables to those files.
Continue reading “WordPress passing variables to get_template_part()”
WordPress fix Fatal error: Allowed memory size of x bytes exhausted
New install, a not so great server, when I copy my WordPress install and activate a few plugins Boum! broken. The classic “Fatal error: Allowed memory size of x bytes exhausted”. Here is how to fix it. Continue reading “WordPress fix Fatal error: Allowed memory size of x bytes exhausted”
How to work with the WP REST API v2
WordPress has its REST API which allow to retrieve all your data through JSON. You can use the data from your CMS into your pages without the WordPress PHP structure. Plugins are no longer required, just install the latest version of WordPress 4.7 or more and you’re ready to go.
Continue reading “How to work with the WP REST API v2”