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.

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 […]
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:
How to display the title and thumbnail of child Custom Post Types on the parent custom post type in WordPress:
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 […]
There are plenty of solutions for making your WordPress website mobile friendly. Most of them redirect to a separate mobile friendly theme. However this may be overkill for certain sites which just require a few minor changes to look right on a mobile device. This solution could be used for example to load a separate […]