Hallo,
ich bräuchte mal bitte einwenig Hilfe. Ich habe folgendes Theme installiert und nutze dieses auch aktiv:
http://www.elegantthemes.com/preview/Basic/
Ich finde das Theme super, aber eine mehr oder weniger kleine Sache stört mich extrem. Ich würde gerne die Seiten also z.B. Contact, Portofolio näher zu der Suche hinmachen und dann links von den Seiten soll meine kleine Header Grafik hin. Ich habe mal ein Screenshot gemacht, wie ich es gerne hätte:
http://www.abload.de/img/sowillicheshaben23ai.jpg
Könnte mir jemand das vielleicht realisieren? Als mehr oder weniger Wordpress Anfänger/Noob, bekomme ich das leider nicht hin.
Header.php:
<!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">
<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'); ?>" />
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php
global $options;
foreach ($options as $value) {
if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } }
?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/style<?php echo $artsee_color; ?>.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_directory'); ?>/iestyle.css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_directory'); ?>/ie6style.css" />
<script defer type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/pngfix.js"></script>
<![endif]-->
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/superfish.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/hoverIntent.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/idtabs.js"></script>
<script type="text/javascript">
jQuery(function(){
jQuery('ul.superfish').superfish();
});
</script>
</head>
<body>
<!--This controls pages navigation bar-->
<div id="pages">
<ul class="nav superfish">
<?php if (is_home()) { ?>
<?php include(TEMPLATEPATH . '/includes/home-button.php'); ?>
<?php } else { include(TEMPLATEPATH . '/includes/home-button2.php'); } ?>
<?php wp_list_pages("sort_order=$artsee_order_page&depth=3&exclude=$artsee_exclude_page&title_li="); ?>
</ul>
<div id="search">
<form method="get" action="<?php bloginfo('home'); ?>" style="padding:0px 0px 0px 0px; margin:0px 0px 0px 0px">
<input type="text" name="s" value="<?php echo wp_specialchars($s, 1); ?>"/><input type="image" class="input" src="<?php bloginfo('stylesheet_directory'); ?>/images/search-<?php echo $artsee_color; ?>.gif" value="submit"/>
</form>
</div>
</div>
<!--End pages navigation-->
<div id="wrapper2">
Alles anzeigen
Style.css
http://nopaste.info/7ad6929a2f.html
Vielen Dank für eure Hilfe, bin echt seht dankbar!
Mit freundlichen Grüßen
Peter