PHPGangsta - Der praktische PHP Blog

PHP Blog von PHPGangsta


WordPress und meine Plugins

with one comment

Da dies mein erster Blog ist, experimentiere ich natürlich auch etwas mit WordPress. Aktuell habe ich die Plugins

  • WP-Cumulus
  • WP-Memory-Usage
  • WP-ServerInfo
  • SyntaxHighlighter Evolved

installiert. Gibt es sonst noch welche, die ich unbedingt kennen muss und nutzen sollte?

Was tut ihr gegen Spam in den Comments? Akismet wird ja bereits mitgeliefert, man muss es nur noch aktivieren. Welches Anti-Spam-Plugin bevorzugt ihr?

Ich habe ausserdem noch Probleme mit dem Einrücken des php Codes, irgendwie klappt das noch nicht so wie ich möchte. Hat jemand Erfahrung damit und einen Tip?

Und hier noch ein kurzer php-Code-Test:

<?
echo "bla";
class MyFirstClass {
public $name = null;
public function myTest() {
return "just a test";
}
}
?>

Test Ende.

Written by Michael Kliewe

Juni 15th, 2009 at 12:46 am

Posted in Allgemein

Tagged with , ,

One Response to 'WordPress und meine Plugins'

Subscribe to comments with RSS or TrackBack to 'WordPress und meine Plugins'.

  1. […] WordPress und meine Plugins […]

Leave a Reply

You can add images to your comment by clicking here.