Kann immernoch niemand helfen??
Beiträge von Andi
-
-
Danke dir!
Edit:
PHP
Alles anzeigen<?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.jpg"); } #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; } #header { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickheader.jpg") no-repeat bottom center; } #footer { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickfooter.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> <?php counterize_add(); ?>So Sieht meine Header.php aus, leider kein solcher Link drin! Liegt im Hauptverzeichnis meines themes...
-
*updateschieb* ;)
-
Hi.
In meinem Blog http://www.lieber-libertas.de habe ich das Problem, dass beim Klicken vom Menüpunkt "Seiten" ein 404 kommt. Die Unterpunkte gehen wunderbar. Wie kann ich das abstellen, und wie kann ich evtl einen Menüpunkt "Home" einfügen?
UPDATE:
Also in den ganzen anderen Menüpunkten ist der Link "http://www.lieber-libertas.de/", nur bei Seiten ist er "http://www.lieber-libertas.de/%5C%22#%5C%22", wie kann ich das ändern? Wenn der genauso ist wie die anderen müsste das doch gehen?
Andi