![]() | | ||||||||
| | #1 |
| Captain War Room Member |
Please can someone help me change the default code of the wordpress theme to make the blog name go on the left hand side instead of the middle of the header. Here is the header code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <!--[if IE]> <style type="text/css"> #sidebar #calendar { } </style> <![endif]--> <?php wp_head(); ?> </head> <body> <div id="wrapper"> <div> <div id="header"> <div id="menu"> <ul> <li class="first page_item<?php if (is_home()) echo ' current_page_item'; ?>"><a href="<?php echo get_option('home'); ?>/">Home</a></li> <?php wp_list_pages('title_li=' ); ?> </ul> </div> </div> </div> <div id="logo"> <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> <p><?php bloginfo('description'); ?></p> </div> </div> <hr /> <!-- start page --> <div id="page"> |
|
"Action is the foundational key to all success." - Pablo Picasso
| |
| | |
| | #2 |
| Senior Warrior Member War Room Member Join Date: May 2008 Location: South Florida
Posts: 3,062
Blog Entries: 8 Thanks: 347
Thanked 983 Times in 491 Posts
|
The solution is in your CSS file. Not in your index.php file.
|
| Warrior Banner Alert System: Get Instantly Emailed when WF Banner Slots Open Up Wordpress Sales Page Theme: Create Salesletters, Reviews, Squeeze Pages Wordpress One Time Offer Plugin: Expiring countdown timers for Wordpress Wordpress Exit Popup Plugin: Unstoppable Exit Popups for Wordpress My Blog | |
| | |
![]() |
|
| Tags |
| blog, change, location |
| Thread Tools | |
| |
![]() |