Hallo zusammen,
ich bastel gerade an einem neuen Design für meinen Blog. Dafür habe ich mir das Theme Fifty Fifth reloded vorgenommen. Ich habe schon die neue Menüführung von WP 3.0 eingebaut und auch das Layout dementsprechend angepasst.
Nun komme ich leider nicht weiter mit folgenden Sachen:
1. Der Footer will nicht so recht, er sitzt unter der Sidebar und will einfach nicht nach unten unter den Content:
Html:
ZitatAlles anzeigen<div class=".clear"></div>
<div id="footer">
<div class="alignleft">
<a href="#page" class="top">Top</a>
<a href="<?php bloginfo('rss2_url'); ?>" class="rss">RSS</a>
<a href="<?php bloginfo('home'); ?>" class="home">Home</a>
<p><?php echo bloginfo('description'); ?></p>
<a href="http://tammyhartdesigns.com/free-wordpress…y-fifth-street/">Fifty Fifth Street</a> theme by <a href="http://www.tammyhartdesigns.com">Tammy Hart Designs</a> reloaded by <a href="http://blog.t3-artwork.com">t3-blogart</a><br />
Powered by <a href="http://www.wordpress.org">WordPress</a>
</div></div>
<?php wp_footer(); ?>
</body>
</html>
CSS:
ZitatAlles anzeigen.clear {
clear:both;
height:0;
line-height:0;
font-size:1px;
}#footer {
position:absolute;
padding-top:15px;
border-top:3px solid #e6e6e6;
color:#b6b6b6;
font-size:1.1em;
line-height:20px;
}
#footer .aligncenter {
padding-top:2px;
}
#footer .alignrcenter a {
display:block;
float:right;
text-transform:uppercase;
height:10px;
line-height:10px;
padding-top:3px;
}
#footer .top {
padding-right:13px;
background:url(images/icons.gif) no-repeat 100% 0;
}
#footer .rss {
padding-right:20px;
margin-right:10px;
background:url(images/icons.gif) no-repeat 100% -90px;
}
#footer .home {
padding-right:18px;
margin-right:13px;
background:url(images/icons.gif) no-repeat 100% -120px;
}
2. Wenn ich in meiner neuen Menüfuhrung eine Kategorie anwähle zeigt er mir alle Beiträge aber ohne Bilder? In welcher php muss ich da nachgucken? Funkctions.php`?
Freue mich auch Eure Hilfe.