I really like the WooThemes Canvas theme, and use it a lot. It is a plain, but sophisticated WordPress theme on which to build a more specific child theme. The theme uses a horizontal menu at the top of the page for the primary menu. When the view port is narrow, such as when displayed […]
Archive | WordPress
Removing Author Details from Posts in WooThemes
Under each post in a WooThemes theme, is a box that provides details of the author. Some sites, especially business sites that just want to publish their own news items from time to time, do not want the author details appearing. So how do you remove it from a WooTheme? One method would be to […]
Beware max_input_vars – it can lose your data
Finding your WooCommerce variations are being lost when you edit a product? You need to read this to find out why and what to do about it. max_input_vars is a setting used by PHP. Its purpose is to limit the number of fields that can be sent to a website when a form is submitted. […]
WooCommerce – Watch What You Expose to Google
It is common to add a Google Sitemap to your WooCommerce shop. There are many WordPress plugins that will provide this functionality for you. However, be careful you do not expose more than you bargained for, because it can have disastrous consequences on your SEO rating. If your shop uses variations – variable products with […]
Resizing of images in WordPress from within a template
WordPress will provide a number of resized images that sit alongside each image that you upload. These are useful to place into posts and pages, archive listings as thumbnails and in themes. Sometimes you may want a specific size for an image to appear in a theme template, but do not want to set it […]