This is a really quick, easy and simple method of adding a featured image to wordpress pages or posts. Simply open your theme’s functions.php file, go to the bottom, and just before the ?> paste this add_theme_support( ‘post-thumbnails’ ); This will then enable the “Set Featured Image” option within WordPress. How to get it to…
I keep getting a problem when using Dreamweaver Find and Replace – whilst modifying certain PHP files, but mainly with wordpress. It has become apparent, that the crappy software decides to some how add spaces all over the shop like some random crack head, So if you go to your PHP / WordPress Plugin /…
Today I logged in to my blog and accidentally clicked the “Update” button, it did it’s jazz and I just left the page. I was then prompted by this error: Briefly unavailable for scheduled maintenance. Check back in a minute After waiting 5 minutes and realising that it wasn’t going back up I remote FTP’d…
Recently I’ve been struggling with using reCaptcha with Gravity forms, mainly in regards to using the sidebar and the captcha, gravityforms only as default allows you to use the standard reCaptcha themes, this is a short but sweet “How to” to be able to totally customise the reCatcha appearance with Gravity Forms. Find form_detail.php Goto…