go41

the info you need to know


von Joern
Keine Kommentare

good, thank you,there is still an image not loading on your site:#navbar-wrapper { width:960px; background: url(images/navbar-wrapper.png);}it's not needed anyway so you could uncomment or delete that line like this:/* background: url(images/navbar-wrapper.png); */more again, (sorry I am 'playing' with your css..)the sidebar is somehow not nice aligned below adsense ad, I…


von Joern
Keine Kommentare

Like many themes this one is using <?php the_excerpt() ?>There are quite a few ways to set the length of this text by coding something in your theme files (see: viewtopic.php?f=1&t=6 )Most easy is in your post editor, there is a field for a custom excerpt. Just copy the part…


von Joern
Keine Kommentare

you have to duplicate the query and loop of your current featured category section.Displaying one latest post of four categories you need actually four loops.In each loop you set the category you want to display and set the number of posts to one.this php the_title you removed just shows the…