We are proud to present to you our new about section as well as dynamic Amazon features. We’re finally making some progress, you see!
[Update]
I’ve corrected some spelling mistakes in the about section and also added another subsection to the about site. Hope you enjoy it.
[Update2]
Corrected an ugly bug of WordPress. It displayed the date of each post only for the last post of each day. On all subsequent posts of the same day no date was displayed. This is my hack:
Place this code snippet somewhere in The Loop:
<?php$tempdatum = trim(the_date('','','', FALSE));if(!empty($tempdatum)) {$postdatum = $tempdatum;} // end if?>
Then use the following to display the date of your posts anywhere in your posts:
<?php echo $postdatum; ?>
Shameless plug: If this post was useful to you, please consider buying yourself something from one of my Amazon stores: US store, UK store, FR store, DE store, CA store. If you're not into Amazon, why not donate something to GNOME, Mozilla or Wikipedia? Thank you!


