418 Unused

Recently experienced a 418 Unused Error on one of my WordPress websites. unused The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@wpzorg.nl and inform them of the time the error occurred, and anything you might have done that may have caused the error. […]

WP CLI Error Running BackupBuddy Backup

Updating a site using BackupBuddy from the command line using WP CLI I ran into the following error related to the LayerSlider 5.6.2 plugin on WordPress 4.4.1. WP CLI Error Running BackupBuddy Backup The WP CLI Error running BackupBuddy Backup on a GoDaddy Ultimate Linux hosted site was: Fatal error: Class ‘WP_Widget’ not found in /home/user/public_html/wordpress/wp-content/plugins/LayerSlider/wp/widgets.php […]

WordPress Fields API Project

New interesting side project of WordPress core in the making to make adding fields or custom content types more easily. This project started a few months ago and just received a huge funding by 10up.com in the form of 100 hours of paid work for one of the main developers for this project , Scott Clark . You […]

Responsive Gravity Forms

When you have managed to setup your contact form, order form or other form with Gravity Forms in two columns you will soon realize it is not responsive out of the box. You will need additional CSS to go from two columns to one column on smaller screen sizes. Responsive Two Column Form with Gravity […]

BackupBuddy and GoDaddy

BackupBuddy and GoDaddy have never really been buddies really. Been hard to run BackupBuddy on GoDaddy to say the least, but I am here to tell you there are options to make it work on GoDaddy as running backups from the Dashboard fail most if not all the time. The option is running backups from […]

From WordPress Dashboard to Frontend

Sometimes the most obvious steps to take for some, and certainly for veteran WordPress users like me are overlooked. By blogging here at Imagewize I am trying to help clients with answering basic WordPress questions so they can work on updating their site and promoting their business. So a question I had on a site […]

Modern WordPress Development with Roots

I have been working on and off as a web developer and mainly with WordPress for over 15 years. I worked with different frameworks such as Genesis, Thesis, Canvas and Divi. I also worked or dabbled in a few starters themes such as _s .  And often I have customized themes that customers found / bought […]

Bedrock Modern WordPress Stack

Bedrock Modern WordPress Stack is a package that helps you set up a WordPress environment at lighning speed with Ansible and Vagrant to work on a site locally or on a server. It setups a better folder structure, makes loading plugins easier, takes care of deployment and puts your WordPress credentials in a safer place. […]

Translate Comments in WordPress

For one of the many projects of mine “Teacher in A Bottle” I have been looking for a plugin or way to translate comments on the fly. That is to say to automatically translate comments when a visitor wants to. Or way to get comments made translated into the language of the teacher. There are […]

Display Featured Images of All Pages with Parent X

What if you need to display all thumbnails of all pages under the frequently asked questions parent page on the homepage or another page? I initially thought a [WP_Query][1] will be the best way to do this.