go41

the info you need to know


von Joern
Keine Kommentare

@cat:to get the posts of the current month and current year you find this code in WordPress Codex:Code:<?php $current_month = date('m'); ?><?php $current_year = date('Y'); ?><?php query_posts("cat=22&year=$current_year&monthnum=$current_month&order=ASC"); ?><!-- put your loop here -->With this code and a modified current_year variable you can get wordpress query the posts for the same…


von Joern
Keine Kommentare

meine meistgenutzten Links zu Exchange Rate Seiten sind 'FXConverter - 164 Currency Converter' und 'xe.com The Universal Currency Converter'. Da kann man mal schnell umrechnen lassen, was seine Dollars wert sind oder was das Haus in Thailand gerade abwirft - wenn man es verkauft bekommt ;-)