Ich hab hier mal einen Counter eingebaut… und zwar Counterize Version 0.1 …siehe Fusszeile
Ich kann nicht so viel Deutcsh sprechen, sooo…
– I really think it’s a great counter. Extremely cool – must be one cool dude who’s made that one
Can you let it start counting, let’s say, from no. 315 on upwards
in der counterize.php muss du return $wpdb->get_var($sql); durch return $wpdb->get_var($sql) + 315; ersetzen…
return $wpdb->get_var($sql);
return $wpdb->get_var($sql) + 315;
das kann natürlich jede beliebige zahl sein
RSS Feed für Kommentare zu diesem Artikel. TrackBack URI
Name (erforderlich)
E-Mail (erforderlich)
Website
Ich kann nicht so viel Deutcsh sprechen, sooo…
– I really think it’s a great counter. Extremely cool – must be one cool dude who’s made that one
Can you let it start counting,
let’s say, from no. 315 on upwards
in der counterize.php muss du
return $wpdb->get_var($sql);durchreturn $wpdb->get_var($sql) + 315;ersetzen…das kann natürlich jede beliebige zahl sein