go41

the info you need to know


von Joern
Keine Kommentare

the banner: in your header.php is already the full code for a clickable banner, you just removed the original image (images/backgrounds/topbanner.gif)the reference for this is in style.css#branding {background:url("images/backgrounds/topbanner.gif") no-repeat scroll 0 0 transparent;height:100px;padding-bottom:15px;width:625px;}putting your logo as topbanner.gif in the size…


von blogdot admin
Kommentare deaktiviert für WordPress latin1_swedish_ci auf utf8_general_ci umstellen

Nach regelmässigen Updates von Wordpress sah meine Datenbank in etwa so aus: wp_options MyISAM latin1_swedish_ci wp_postmeta MyISAM latin1_swedish_ci wp_posts MyISAM latin1_swedish_ci wp_termsMyISAM utf8_general_ci wp_term_relationships MyISAM utf8_general_ci wp_term_taxonomy MyISAM utf8_general_ci Bei einer neuen Installation von Wordpress ist alles in utf8_general_ci, wie…