Ich würde gerne den Blogtitel und den Slogan ausschalten, da ich Ihn nicht im Banner stehen haben möchte.
Kann mir jemand sagen wie ich da machen muss??
Steht es in der header.php??
Was muss ich da rausnehmen??
Ich verwende das Theme Carbonize!!
PHP
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
<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'); ?>" />
<script type="text/javascript" src="<?php echo get_bloginfo('template_url'); ?>/js/sdtab.js"></script>
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
<?php wp_head(); ?>
<?php load_theme_textdomain('Carbonize');?>