go41

the info you need to know


von Joern
Keine Kommentare

I have a few semesters in school before I even get into HTML and CSS so i am reading books on my own. But which should I put more emphasis on first? I would think to understand CSS I would first need to know HTML. Am I correct? My understanding…


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…