• Hey there;
    I know stuff like this has been posted before but I’m still having a hard time with it even after having read through previous posts.
    Right now, with the Tempera theme, my site-title is inside the header image (header-container). I want it above the header image.
    This is the code from Header.php. Neither “site-title” nor “header-container” are in the code, but it’s my understanding that this is where I should be looking.
    Can anyone lend me a hand?

    <?php
    /**
     * The Header
     *
     * Displays all of the <head> section and everything up till <div id="main">
     *
     * @package Cryout Creations
     * @subpackage tempera
     * @since tempera 0.5
     */
     ?><!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <?php  cryout_meta_hook(); ?>
    <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>" />
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    <?php
     	cryout_header_hook();
    	wp_head(); ?>
    </head>
    <body <?php body_class(); ?>>
    
    <?php cryout_body_hook(); ?>
    
    <div id="wrapper" class="hfeed">
    <div id="topbar" ><div id="topbar-inner"> <?php cryout_topbar_hook(); ?> </div></div>
    <?php cryout_wrapper_hook(); ?>
    
    <div id="header-full">
    	<header id="header">
    <?php cryout_masthead_hook(); ?>
    		<div id="masthead">
    			<div id="branding" role="banner" >
    				<?php cryout_branding_hook();?>
    				<?php cryout_header_widgets_hook(); ?>
    				<div style="clear:both;"></div>
    			</div><!-- #branding -->
    			<nav id="access" role="navigation">
    				<?php cryout_access_hook();?>
    			</nav><!-- #access -->
    		</div><!-- #masthead -->
    	</header><!-- #header -->
    </div><!-- #header-full -->
    
    <div style="clear:both;height:0;"> </div>
    
    <div id="main">
    		<?php cryout_main_hook(); ?>
    	<div  id="forbottom" >
    		<?php cryout_forbottom_hook(); ?>
    
    		<div style="clear:both;"> </div>
    
    		<?php cryout_breadcrumbs_hook();?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Removing Site-Title from Header-Container’ is closed to new replies.