soooo....unter themes - header.php - finde ich ja die wp_list_pages() aber ich habe probleme mit dem anderen. habe auch schon freunde gefragt, aber die haben von wp null ahnung:-/
(nicht das ich faul bin, habe mir das hier auch schon angeguckt Template Tags/wp list categories ? WordDoku aber ist als anfänger alles nicht so einfach:))
so siehts zur zeit aus:
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" <?php language_attributes(); ?>>
<head>
<title><?php wp_title(' '); ?><?php if(wp_title(' ', false)) { ?> at <?php } ?><?php bloginfo('name'); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
<meta http-equiv="Content-Language" content="English" />
<meta name="keywords" content="wordpress, blog, free, template, black, 3column, columns" />
<meta name="description" content="<?php bloginfo('description'); ?>" />
<meta name="author" content="Template by Igor Kovacic [www.ikovacic.net]" />
<link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" 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="shortcut icon" type="image/x-png" href="<?php bloginfo('template_url'); ?>/favicon.png" />-->
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
<!--[if lte IE 7.0]>
<style type="text/css">
div#sidebar div#sidebar1 ul li, div#sidebar div#sidebar2 ul li { margin-top: -7px; }
div#content div.entry { padding-bottom: 1px; }
div#content div.entry div.info { border-top: none; }
</style>
<![endif]-->
</head>
<body>
<div id="container">
<div id="header">
<div id="logo"><a href="<?php echo get_settings('home'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/logo.png" alt="RnB News" title="RnB News" border="0" align="left" /></a><h1 class="logo1"><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1><p class="logo1"><?php bloginfo('description'); ?></p></div>
<div id="menu">
<ul>
<li><a href="<?php echo get_settings('home'); ?>">Über RnB</a></li>
<li><a href="<?php echo get_settings('home'); ?>">Artists</a></li>
<li><a href="<?php echo get_settings('home'); ?>">Newcomer</a></li>
<li><a href="<?php echo get_settings('home'); ?>">Events</a></li>
<li><a href="<?php echo get_settings('home'); ?>">Tourneen</a></li>
<li><a href="<?php echo get_settings('home'); ?>">Charts</a></li>
<li><a href="<?php echo get_settings('home'); ?>">Releases</a></li>
<li><a href="<?php echo get_settings('home'); ?>">Partner</a></li>
<?php wp_list_pages('title_li=&depth=1'); ?>
</ul>
</div>
<br clear="all" />
</div>
<div id="columns">
Alles anzeigen