To add a custom category for your Gutenberg blocks add the following PHP code to your plugin, then add a block to your new category. The category won’t show until you add a block.

To add a custom category for your Gutenberg blocks add the following PHP code to your plugin, then add a block to your new category. The category won’t show until you add a block.
Edit and add the php file below to the root of your Magento folder. Run it in the browser and the user will be created.
Most developers will agree having that second screen really helps with productivity so I wondered whether I could use my Windows 10 tablet to extend my Macbook Pro display on to.
How to use the current iOS app icon with UIImageView in Swift 3.
Just like the software on your computer or smartphone, your Content Management System (CMS) needs to be kept up to date. There are several reason why you need to stay up to date: To prevent your website being hacked If you don’t keep it up to date you’re at risk of your website being […]
We’ve just joined Digital Lancashire, a not-for-profit community interest company dedicated to accelerating the digital economy in Lancashire. Are you interested in joining too? The aim of Digital Lancashire is to assist professionals and businesses thrive and grow by providing support, benefits and opportunities to fulfil their potential. In joining Digital Lancashire you’re joining fellow professionals to give our […]
The Organisation Logo schema.org markup allows web designers to specify their website’s preferred company logo to use in Google searches. In this guide we’re going to use WordPress’ Theme Logo feature to generate the image and url part of the code.
Add %%page%% to the title of the archive page using the snippet editor. This will add the page number removing the duplicate title tag issue. If you have a static page set for your blog then check Settings > Reading to see which page is the Posts page – usually it’s the page named news or blog. For example: […]
If you’re using AMP pages (Accelerated Mobile Pages) and CloudFlare on your WordPress website/blog you’ve probably noticed some validation errors. This guide assumes you have the WordPress AMP plugin installed. To fix the validation errors go to Page Rules on the CloudFlare dashboard and add a rule for your website. Use the following url pattern: *thewirelessguy.co.uk/*/amp/* Obviously […]
How to use the current iOS app icon with UIImageView in Swift 2.
AppCompat v21.+’s Theme.AppCompat extends Theme.Base.AppCompat which extends Theme.Platform.AppCompat which extends android:Theme.Material on 21+ devices (i.e. Android 5.0 Lollipop) so you only need to extend Theme.AppCompat to use Material theme if you are using the AppCompat v21 (or above) library.
First add compile ‘com.android.support:appcompat-v7:21.0.0’ to the dependancies section of your build.gradle file.