TinyUrls mit php

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

bbPress , eine Forumsoftware für 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

Wordpress mit wechselnden Header Bildern

Hier ein Auszug aus dem Blog von BytesForAll

Das ganze Forum ist wirklich nicht uninteressant!

WP-Theme Classic

Für das Wordpress-Theme Classic gibt es ne ganze Menge CSS-Style Dateien:
alexking.org

Tex mit Wordpress

\large f^\prime(x)=\lim_{\Delta x\to0}\frac{f(x+\Delta x)-f(x)}{\Delta x} wird so geschrieben:
[ tex ]\large f^\prime(x)=\lim_{\Delta x\to0}\frac{f(x+\Delta x)-f(x)}{\Delta x}[ /tex ]
oder \Large f(x)=\int_{-\infty}^x e^{-t^2}dt
entsteht aus [ tex ]\Large f(x)=\int_{-\infty}^x e^{-t^2}dt[ /tex ]