go41

the info you need to know


von Joern
1 Kommentar

Wordpress 2.5 schreibt ganz von selbst <meta name="generator" content="WordPress 2.5" /> in den html header. Alte Themes nutzten dazu den Eintrag <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> in der header.php. Bei dem default Theme von Wordpress 2.5 fehlt diese…


von Joern
Keine Kommentare

okay, this is the first half of arthemia header.phpCode:<!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 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() ) { ?> &raquo; Blog…