go41

the info you need to know


von Joern
Keine Kommentare

okay, this is the first half of arthemia header.phpCode:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>><head profile="http://gmpg.org/xfn/11"><meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /><title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title><meta name="generator" content="WordPress <?php…


von Joern
Keine Kommentare

with this code:Code:<?php wp_get_archives('type=postbypost&limit=6'); ?>you can easily display the last six posts in your sidebar, but how to get an offset?On frontpage view you actually show your recent posts already, so it makes no sense to display the links to these posts again. I give you a 'switch' showing on…


von Joern
1 Kommentar

Auf einer Seite die ich betreue habe ich im Footer ein Background Image mit Stichworten, welche ich klickbar machen und mit Beiträgen verlinken will. Eine Imagemap über ein mehrteiliges Hintergrundbild zu legen war mir denn doch zu schwierig, deshalb habe ich eine Liste der Links erstellt und in den Seiten…