Den folgenden Code in funtions.php eingeben:
function getTinyUrl($url) {
$tinyurl = file_get_contents(”http://tinyurl.com/api-create.php?url=”.$url);
return $tinyurl;
}
Dann in der Datei single.php innerhalb der loop noch diesen Code eingeben:
< ?php
$turl = getTinyUrl(get_permalink($post->ID));
echo ‘Tiny Url for this post: ‘.$turl.”
?>
Auf webdesigner.com gibt es noch viele Tips zu wordpress
Die Entwickler von WordPress haben bbPress maßgeblich beeinflusst.
Hier das Intro: “bbPress is focused on web standards, ease of use, ease of integration, and speed. We’re keeping things as small and light as possible while still allowing for great add on features through our extensive plugin system”.
Und die Webseite: http://bbpress.org/
Und hier geht es zum Forum: http://buggy.homeip.net:8025/bbpress
Hier ein Auszug aus dem Blog von BytesForAll
Das ganze Forum ist wirklich nicht uninteressant!
Für das Wordpress-Theme Classic gibt es ne ganze Menge CSS-Style Dateien:
alexking.org
wird so geschrieben:
[ tex ]\large f^\prime(x)=\lim_{\Delta x\to0}\frac{f(x+\Delta x)-f(x)}{\Delta x}[ /tex ]
oder 
entsteht aus [ tex ]\Large f(x)=\int_{-\infty}^x e^{-t^2}dt[ /tex ]