Hallo,
habe eine custom.css angelegt aber sie wird nicht eingebunden. Ich kann machen was ich will doch es klappt nicht. Vielleicht weiß jemand was ich falsch mache.
custom.css
PHP
//* header */
.header_top { background:url(../images/topheader_bg.gif) repeat-x top; border-bottom:2px solid #323232; }
.header_main { background:url(../images/bg-header-tile.png) repeat-x top; }
.header_main_bg { background:url(../images/summer_header.jpg) no-repeat top center; clear:both; height: 221px; padding:0px 0; position:relative; }
.header_top_res p a { color:#9dbd6d; text-decoration:none;}
.header_main_res #logo h1 { color:#EFEFEF; font-size:38px; margin:0px; padding:0px; }
.header_main_res #logo h1 a { color:#EFEFEF; text-decoration: none; margin:0px; padding:0px; }
.header_main_res .description { color:#999999; font-family:Georgia,serif; font-size:14px; font-style:italic; }
.header_menu { background:#27b3d6; border-top:1px solid #ffffff;}
ein Teil von der header.php
PHP
<title><?php wp_title('|',true,'right'); ?><?php bloginfo('name'); ?></title>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php if ( get_option('feedburner_url') <> "" ) { echo get_option('feedburner_url'); } else { echo get_bloginfo_rss('rss2_url').'?post_type=ad_listing'; } ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php if (file_exists(TEMPLATEPATH.'/images/favicon.ico')) : ?>
<link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory'); ?>/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/custom.css" type="text/css" media="screen" />
<?php endif; ?>
<?php if (is_singular() && get_option('thread_comments')) wp_enqueue_script('comment-reply'); ?>
<?php wp_head(); ?>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20777465-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body <?php body_class('custom'); ?>>
Alles anzeigen
Das Ziel ist das Headerbild zu ändern. Arbeite an einem Premium-Themes.
Klar wird jetzt jemand sagen das die wohl auch einen Support haben. Natürlich ist es so und ich fragte auch dort an, doch eine Antwort blieb aus.
Vielleicht hat jemand von euch Zeit mir auf mein Problem zu antworten, währe wirklich dankbar, arbeite schon zwei Tage ohne Erfolg daran.