How to create clickable call-to-action blocks and prevent Magento CMS corrupting your content

The Magento CMS will corrupt your content if you try to wrap block elements like Heading tags in an anchor. This example below will be broken when you try to reopen it after a save:- [php title=”Bad Code”] <a title="Take a virtual tour" href="/virtual-tour.html"> <img src="shop.png" alt="our shop" /> <h4>VISIT OUR LOCAL STORE</h4> <p>or click here […]

Read more

How to search by custom meta keys in WordPress

A couple of sites we've been developing recently have required us to create custom post types with meta keys, and then create a search of the values stored in the meta keys. Here's how we achieved it. The code used in this example was written for use with the plugin Job Manager, allowing you to […]

Read more