Bu default WordPress comments have instructions for users on how to use HTML tags and attributes in the actual comments, many users are turned off by this, here is how to remove HTML Tags and Attributes section in the post comments form in WordPress theme. By default this format appears in a few themes including Twenty …
Read More
Change the Genesis Theme Copyright Line in Footer for WordPress
Genesis Themes adds it in its footer credit copyright line at the base of the page. To change this, you need to add a new function and filter into your functions.php of your Genesis child theme… Adding the Function //Changing the Credits function genesischild_footer_creds_text () { echo ‘<div class=”creds”><p>Copyright ©’; echo date(‘Y’); echo ‘· <a href=”http://coolestguidesontheplanet.com/”>Neil …
Read More
Drupal SEO Settings – Configuring The Basics – All About Hiding the Node
Ok so here is the roadtrip to optimal SEO settings and best practice for Drupal, going from setting the URLs to be search engine friendly, creating URL aliases, creating default templated URL aliases, setting up redirects from older URL aliases. Setting up Page Titles, Meta Tags and Canonical links – lets get started… Clean URLs …
Read More
Update Jailbroken iPhone to iOS 7.0 – 7.0.6 Untethered with evasi0n
This process upgrades your iOS jailbroken device to iOS 7.0.6 If you need your baseband preserved because you are on locked iphones and need the baseband to unlock with ultrasn0w then stay away from this and wait until the next version of redsn0w is released. For this jailbreak you will need to upgrade your jailbroken …
Read More
Style The Placeholder Text in Input Fields in Forms with CSS
With CSS you can change the style of placeholder text in form and search fields, the placeholder HTML 5 form attribute is supported in the latest browser versions, how you get text pre-populated in an input field and use the placeholder attribute is explained here. You can change how the placeholder text style looks in the …
Read More
Spotlight Out of Control in Mac OS X Mavericks 10.9
Don’t know why but sometimes upgrading between various OSX versions say from OS X10.7 to OSX 10.8 Mountain Lion or from X10.8 to OSX 10.9 Mavericks, the searching and indexing application Spotlight seems to be on steriods, constantly having that little magnifying glass glowing at me, taunting me, teasing me. Fans getting louder and louder on my Mac Pro 747 ready …
Read More
Install WordPress Easily on OS X Mavericks 10.9
If you want to get WordPress 3.8 quickly installed on your OS X machine for development or just to learn the software you can install all the necessary components including Apache, PHP, MySQL, phpMyAdmin and WordPress in one foul swoop without launching the Terminal. This type of install works best if you don’t use Apple’s …
Read More
Remove Featured Image from Post in Twenty Twelve WordPress Theme
Twenty Twelve WordPress Theme sets a big old ‘Featured Image’ on top of the post content if the featured image is set in a post. To remove the Featured Image from this area but keep it intact for excerpts where it shows elsewhere you need to hack it in CSS or edit the content.php file, …
Read More