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.
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.
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 […]
Go to the Performance > Browser Cache menu of the W3 Total Cache (W3TC) Plugin. Then disable Do not process 404 errors for static objects with WordPress. You should now be able to view the sitemap in your browser.
Earlier today Zurb released version 5 of their Foundation responsive front-end framework. The Cornerstone responsive starter theme is the first WordPress to support Zurb Foundation 5. What is Cornerstone? Cornerstone is a free WordPress starter theme based on the Zurb Foundation Responsive Framework. Cornerstone aims to provide a lightweight starter theme (a parent theme) that is responsive and SEO […]
This example removes the Orbit Custom Post Type from the Cornerstone responsive starter theme. You would include it in the functions.php of your child theme. The example can be adapted for any Custom Post Type used in any theme.
The example adds support for the Custom Post Type named ‘portfolio’. You would add this function to the functions.php in your theme or a plugin:
Disable the WordPress Admin Bar on mobiles but enable on desktops for logged in users:
How to display the title and thumbnail of child Custom Post Types on the parent custom post type in WordPress:
Cornerstone is a free WordPress starter theme based on the Zurb Foundation Responsive Framework. Cornerstone aims to provide a lightweight starter theme (a parent theme) that is responsive and SEO friendly that web designers can build great looking website on. Features: Responsive design Based on ZURB Foundation Framework – the most advanced responsive front-end framework in the world A […]
The menu toggle in the Top Bar (on small screen sizes) on ZURB’s Foundation Framework for Sites (4, 5 and 6) doesn’t work when you use the default jQuery that comes with WordPress. However it works when you use the standard jQuery from Google’s CDN. You shouldn’t load a different jQuery in WordPress otherwise you could […]