Nieuwe Header
-
Hallo, ik ben nieuw met WordPress en ik wil graag een nieuwe header.
Ik heb al veel rondgekeken op websites en ook hier op het forum, alleen ik kom er toch niet uit..Dit is de code in mijn 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” <?php
if(function_exists(‘language_attributes’)) {
language_attributes();
}else{
echo “<h1>Oops:</h1><font color=\”red\”>This theme only works with WordPress 2.1.* or higher. You seem to have an <b>outdated version</b> of wordpress. Please download the latest WordPress to use this theme and also get the latest security patches.</font>”;
// exit();
}
?>>
<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’); ?>” /> <!– leave this for stats –>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_directory’) ?>/reset-fonts-grids-tabs.css” />
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” 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=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
</head>
<body>
<div id=”doc” class=”yui-t1″><div id=”hd”>
<h1 align=”left”><?php bloginfo(‘blogname’); ?></h1>
</div>Waar moet ik dan wat doen?
- Het onderwerp ‘Nieuwe Header’ is gesloten voor nieuwe reacties.