Adding Custom User Fields – WordPress
Each website I’ve worked on recently the preferred CMS has been WordPress, most of these websites aren’t blog based. As a web developer who is very familiar with WordPress, I prefer not to run to the...
View ArticleWordPress Query Multi Taxonomies
Recently the types of websites which I’ve been developing in WordPress have gradually become more and more bespoke with regards to interlinking content on the site. It goes without saying that if...
View ArticleWP get_page_children not working?
As a developer I often get designs handed to me which have features such as a section to display current child pages, a ‘Services Overview’ page is a perfect example. As usual the kind folk over at...
View ArticleShow WordPress widget area, only if it exists
A simple bit of code to display your WordPress widget area if it’s active. Simply paste it into your desired PHP file (in your theme folder) and edit the widget ID. Enjoy! if(...
View ArticleUnable to set Payment Method – Magento Checkout Process
I recently stumbled upon a ‘minor’ issue in Magento where I couldn’t get past the payment method step on the ‘onepage’ checkout. I spent a while back tracking through my code and thought it makes sense...
View ArticleAccess the highest page ancestor in WordPress
Sometimes when developing a site you often find yourself accessing the information of the direct page parent. But in rare instances you need to access information from the parent at the very top of the...
View ArticleMagento: Display reviews on product detail page
By default Magento will display all of your product reviews on a separate dedicated reviews page. In most cases you’ll find that the design caters for some/all of the product reviews to be displayed...
View Article