Welcome to WP Beaches

WordPress Websites design specialists, based in the Northern Beaches, Sydney
Design, Develop, Host

RECENT POSTS

Making Full Width Headers and Footers in WordPress TwentyTwelve Theme

How to create a full width header and footer in WordPress’s responsive Twenty Twelve theme. Example Site. Create a Child Theme First up  you should really create and work from a Child Theme Make Header and Footer Copies to Child Theme Copy your header.php and footer.php files from twentytwelve to your twentytwelvechild theme folder. Your…

Find and replace text across a whole WordPress web site using phpMyAdmin

You can do a find and replace for text or html code on a post or page across a whole WordPress site by using the mysql database that the site stores all its data in. First up you need to connect to the database, if you have a cPanel/Plesk style hosting typically you will have…

Responsively Removing Width and Height Attributes on Images and wp-caption on WordPress

If you are looking to go responsive for images on your site and want a theme that responds to various devices such as tablets and mobiles there are a couple of issues to sort out with existing hard coded images that have hard coded inline style width and height attributes. In WordPress not only do you…

Redirect HTTP to HTTPS on Tomcat Server Install

Tomcat Server Https

You’ve bought your SSL secure certificate and successfully installed on Tomcat with the keytool but how do your redirect the entire site to go HTTPS and redirect any HTTP connection straight over to HTTPS. You need to edit the 2 Tomcat configuration files; server.xml and web.xml and then when edited restart the tomcat service. Open…

Making RSS Feed Links no-follow in WordPress Sidebar

If you use the RSS widget in WordPress to bring in a Feed with multiple external links that go to external content and that update in the sidebar.  You may notice that all these links have the attribute set to ‘follow‘ by default. This can be detrimental to your page’s SEO status in terms of…

How to see all records in a DNS domain from a nameserver using dig and a zone transfer

If a nameserver has not been secured to restrict zone transfers you can request one to see all the records in a particular domain zone by using Dig – So to find a nameserver for a particular domain: dig domain.com ns Then to find if you can get all the records use the namesever of…

How to change the header size in TwentyEleven and TwentyTen

To change the header size in width or height or both of the TwentyEleven or TwentyTen theme in WordPress you need to add a snippet of code to the ‘functions.php’ file in your parent theme or child theme – the preference is to make a child theme and create/change the  functions.php file in there. The reason for this is…

Can’t download the additional components needed to install Mac OS X

Addiotnal Components Osx Install

An installation error occurs sometimes for when upgrading from OS X Snow Leopard to OS X Lion “Can’t download the additional components needed to install Mac OS X” – Check your network configuration as the install needs to pull down software over the internet. But the network configuration is OK.! Check that Software Update can…

Adding a Footer Menu to Twenty Eleven Theme WordPress

To add a menu to the footer of the WordPress Twenty Eleven, Twenty Ten or other themes, you need to register an additional menu, create it, position it and style it. This is best done in a child theme as when the theme is updated then any changes you make are lost but if you have…