so siehts jetzt aus.
das <li class="pagenav"> kann ich leider immer noch nirgends finden.
Um schreiben oder kommentieren zu können, benötigen Sie ein Benutzerkonto.
Sie haben schon ein Benutzerkonto? Melden Sie sich hier an.
Jetzt anmeldenHier können Sie ein neues Benutzerkonto erstellen.
Neues Benutzerkonto erstellenso siehts jetzt aus.
das <li class="pagenav"> kann ich leider immer noch nirgends finden.
ja das war der header.
hier mal der ganze header:
<?php
include( TEMPLATEPATH . "/aplus.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() ) { ?> » Archive du blog<?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="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'); ?>" />
<style type="text/css" media="screen">
/* BEGIN IMAGE CSS */
/* To accomodate differing install paths of WordPress, images are referred only here,
and not in the wp-layout.css file. If you prefer to use only CSS for colors and what
not, then go right ahead and delete the following lines, and the image files. */
body { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgcolor-white.jpg"); }
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide-white.jpg") repeat-y top; border: none; }
#header { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickheader-meinitours.jpg") no-repeat bottom center; }
#footer { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickfooter-white.jpg") no-repeat bottom; border: none;}
#header { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }
#headerimg { margin: 7px 9px 0; height: 192px; width: 740px; }
/* END IMAGE CSS */
@import "<?php echo aplus::cleanthemedir(); ?>/style.css";
</style>
<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
@import "<?php echo aplus::cleanthemedir(); ?>/ie.css";
body { behavior:url("<?php echo aplus::cleanthemedir(); ?>/code/ADxMenu.htc"); }
</style>
<![endif]-->
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
</head>
<body>
<div id="page">
<div id="header">
<div id="headerimg">
<h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>
</div>
Alles anzeigen
und hier die sidebar:
<div id="meniu">
<div id="sidemenu" >
<table class="sidetable" cellpadding="0" cellspacing="0"><tr><td>
<ul id="sidemenuList" class="adxm adxmV">
<?php wp_list_pages('title_li=<a href="#"><b>' . __('Pages') . '</b></a>' ); ?>
<li class="submenu"><a href="#"><b><?php _e('Archive'); ?></b></a>
<ul id="monthsMenu">
<li class="submenu"><a href="#"><b><?php _e('Kalender >'); ?></b></a>
<ul class="monthsMenu">
<table class="searchtable" cellpadding="0" cellspacing="5">
<tr><td>
<?php get_calendar(); ?>
</td></tr>
</table>
</ul>
</li>
<?php wp_get_archives('type=monthly'); ?>
</ul>
<li class="submenu"><a href="#"><b><?php _e('Kategorien'); ?></b></a>
<ul id="categMenu">
<?php list_cats() ?>
</ul>
</li>
<li class="submenu"><a href="#"><b><?php _e('Links'); ?></b></a>
<ul id="LinkMenu">
<?php aplus::blog_roll('name', true, false, false, false, false); ?>
</ul>
</li>
<li class="submenu"><a href="#"><b><?php _e('Sonstiges'); ?></b></a>
<ul id="feedsMenu">
<li><a href="<?php bloginfo('atom_url'); ?>" title="<?php _e('Beiträge über Atom .3 empfangen'); ?>"><?php _e('Atom .3-Feed'); ?></a></li>
<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Beiträge über RSS 2.0 empfangen'); ?>"><?php _e('RSS 2.0-Feed'); ?></a></li>
<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Kommentar-RSS-Feed'); ?></a></li>
</li>
<li class="submenu"><a href="#"><b><?php _e('Autoren >'); ?></b></a>
<ul id="MetaMenu">
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</li>
</ul>
<li class="submenu"><a href="#"><b><?php _e('Search'); ?></b></a>
<ul id="SearchMenu">
<li><table class="searchtable" cellpadding="0" cellspacing="5">
<tr><td>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
</td></tr></table>
</li>
</ul>
</li>
</ul>
</td></tr></table>
</div><!-- sidemenu -->
</div>
Alles anzeigen
danke für die antwort.
aber
es hat kein <li class="pagenav">
nur <li class="submenu">
<div id="meniu">
<div id="sidemenu" >
<table class="sidetable" cellpadding="0" cellspacing="0"><tr><td>
<ul id="sidemenuList" class="adxm adxmV">
<?php wp_list_pages('title_li=<a href="#"><b>' . __('Pages') . '</b></a>' ); ?>
<li class="submenu"><a href="#"><b><?php _e('Archive'); ?></b></a>
<ul id="monthsMenu">
und eigentlich hätte ich noch gerne die seiten einzeln aufgeführt. also zb so:
HOME............ ANGEBOTE........... FOTOGALERIE.......... GÄSTEBUCH ............ARCHIVE ....
und dann die jeweiligen subseiten zu Angebote, Fotogalerie, Archive, Links, usw.
Hallo liebe Leute
ich hoffe jemand ist so gnädig und hilft mir.
Ich hab ein super theme gefunden, welches fast genau passt, nähmlich
Jillij
jetzt müsste ich nur noch die navigation anpassen, und zwar volgendermassen:
- einen HOME button ganz links
- dann die einzelnen seiten und als dropdown jeweils die unterseiten
ich hab zwar schon einiges am design anpassen können, aber das ist mir leider zu hoch....
falls jemand sehen möchte wie es standardmässig ist: http://meinitours.fanteam.ch