ich danke dir.
Beiträge von thekiller
-
-
ehhm ich peil das nicht...
ich hab hier mal meine header php
PHP
Alles anzeigen<!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'); ?>" /> <meta name="distribution" content="global" /> <meta name="robots" content="follow, all" /> <meta name="language" content="en, sv" /> <title> <?php bloginfo('name'); ?> <?php wp_title(); ?> </title> <meta name="distribution" content="global" /> <meta name="robots" content="follow, all" /> <meta name="language" content="en, sv" /> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please --> <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'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php wp_head(); ?> <style type="text/css" media="screen"> <!-- @import url( <?php bloginfo('stylesheet_url'); ?> ); --> </style> </head> <body> <div id="pages"> <h1><a href="<?php bloginfo('siteurl'); ?>"><?php bloginfo('name'); ?></a></h1> <ul> <?php wp_list_pages('depth=1&title_li=' ); ?> </ul> </div> <div id="wrap"> <div id="logo"> </div> <div id="tagline"><?php bloginfo('description'); ?></div>und hier meine sidebar php
PHP
Alles anzeigen<div id="sidebar"> <h2>Search this site</h2> <div id="searchdiv"> <form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <input type="text" name="s" id="s" size="20"/> <input name="sbutt" type="submit" value="Go" alt="Submit" /> </form> <ul> </div> <h2> </h2> <ul> <?php get_links_list(); ?> </ul> <h2> <?php _e('Categories'); ?> </h2> <ul> <?php list_cats(0, '', 'name', 'asc', '', 1, 0, 0, 1, 1, 1, 0,'','','','','') ?> </ul> <h2> <?php _e('Meta'); ?> </h2> <ul> <?php wp_register(); ?> <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"> <?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?> </a></li> <li> <?php wp_loginout(); ?> </li> <li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"> <?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?> </a></li> <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li> <li><a href="http://www.mexico.vg/" title="<?php _e('Powered by Mexico Vg, state-of-the-art semantic personal publishing platform.'); ?>">Mexico</a></li> <?php wp_meta(); ?> </ul> </div>kannst du da mal bitte gucken.. danke dir
-
Hallo ich habe ein problem. aber der seite http://thekiller.kilu.de/wordpress rechts über dem header sind seitenlinks die möchte ich wo anders hin haben am besten in die sidebar nur weiß ich net wie das gehen solll ich danke im vorraus.