<?php /** * The Header for our theme * * Displays all of the <head> section and everything up till <div id="main"> * * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?php wp_title( '|', true, 'right' ); ?></title> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <a class="screen-reader-text skip-link" href="#content"> <?php /* translators: Hidden accessibility text. */ _e( 'Skip to content', 'twentyfourteen' ); ?> </a> <div id="page" class="hfeed site"> <?php $is_front = ! is_paged() && ( is_front_page() || ( is_home() && ( (int) get_option( 'page_for_posts' ) !== get_queried_object_id() ) ) ); ?> <?php if ( get_header_image() ) : ?> <div id="site-header"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" <?php echo $is_front ? 'aria-current="page"' : ''; ?>> <?php twentyfourteen_header_image(); ?> </a> </div> <?php endif; ?> <header id="masthead" class="site-header"> <div class="header-main"> <?php $site_name = get_bloginfo( 'name', 'display' ); if ( $site_name ) : ?> <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" <?php echo $is_front ? 'aria-current="page"' : ''; ?>><?php echo $site_name; ?></a></h1> <?php endif; ?> <div class="search-toggle"> <a href="#search-container" class="screen-reader-text" aria-expanded="false" aria-controls="search-container"> <?php /* translators: Hidden accessibility text. */ _e( 'Search', 'twentyfourteen' ); ?> </a> </div> <nav id="primary-navigation" class="site-navigation primary-navigation"> <button class="menu-toggle"><?php _e( 'Primary Menu', 'twentyfourteen' ); ?></button> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu', 'menu_id' => 'primary-menu', ) ); ?> </nav> </div> <div id="search-container" class="search-box-wrapper hide"> <div class="search-box"> <?php get_search_form(); ?> </div> </div> </header><!-- #masthead --> <div id="main" class="site-main">

Home

EMERGENCY PLUMBING:

1300 NEED-A-PLUMBER (1300-6333-2-7) your Gold Coast plumber provide a professional 24 hour 7 days a week emergency
plumbing service and will have no trouble in assisting you with all types of domestic or commercial plumbing emergencies.
Call us Now to get the job done right, 1st time.
1300 NEED-A-PLUMBER (1300-6333-2-7)offer Seniors Discounts, and Flexible payment methods including Eftpos. your gold coast plumber.

Maintenance Plumber Gold Coast
Maintenance
Commercial Plumber Gold Coast
Commercial
Renovations Plumber Gold Coast
Renovations
Hot Water Plumber Gold Coast
Hot Water

 

Gold Coast Plumber

<?php /** * The template for displaying the footer * * Contains footer content and the closing of the #main and #page div elements. * * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */ ?> </div><!-- #main --> <footer id="colophon" class="site-footer"> <?php get_sidebar( 'footer' ); ?> <div class="site-info"> <?php /** * Fires before the Twenty Fourteen footer text for footer customization. * * @since Twenty Fourteen 1.0 */ do_action( 'twentyfourteen_credits' ); ?> <?php if ( function_exists( 'the_privacy_policy_link' ) ) { the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); } ?> <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfourteen' ) ); ?>" class="imprint"> <?php /* translators: %s: WordPress */ printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?> </a> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>