Similar Posts
Saber Commerce version 1 now approved for the official WordPress directory
Today was a milestone for Saber Commerce. Thanks to the WordPress plugin review team for guiding us through the process and helping us fix a few blocking issues before approval for the official directory. This means we’ll now be able to host Saber Commerce in the official WordPress plugins directory. Users of WP everywhere will…
The science of CTA effectiveness
Today we’re going to talk about CTA’s (Calls to Action). The right call to action on a webpage can make all the difference between driving sales versus falling short in the results department. After all we put a lot of hard work into design, into development, but what about conversion? This is the all important…
Can you use NodeJS with WordPress?
A bizarre idea landed in my head the other day. What if you could somehow leverage NodeJS in your WordPress environment? Is it possible, would you even want to do that? Let’s explore. Generally WordPress runs on Linux servers with Apache, also known as the LAMP stack because it features typically Linux, Apache, MySQL and…
How to use custom SVG icons for your Gutenberg blocks
By default when you run npx @wordpress/create-block you’ll get a preformed block with a smiley face icon like this: In the method of Guteberg block registration that the NPM @wordpress/create-block uses the arguments are stored in JSON at in block.json. One option worth mentioning is that you can use any of the available dashicons for…
Why we chose Updraft over WP DB Migrate
Both Updraft and WP DB Migrate are potentially good choices for solving the problem of how to move WordPress sites from one server to another, create testing and staging sites and keep them in sync. Which one works best? In our experience Updraft is a better fit. Also with Updraft we don’t see any need…
Why WordPress fails to structure data properly and what we can do about it
In any CMS system there is usually some form of convention for how data is organized into structures we can understand and put a label on. In WordPress this is the “post system”. By default you get 2 post types, “posts” and “pages”. The pages are a unique type of post, basically the first and…