All posts tagged with 'PHP'

WordPress and UTW Upgrade

03-Apr-07

Why on earth has my ‘post_type’ column on my wp 2.0.x based blog no default value? Ultimate Tag Warrior UTW3-14159265 will break and show no tags. If anyone else has this problem, add $typelimitsql = "(post_status = ‘publish’ OR post_status = ‘static’)"; // From previous version of utw$typelimitsql = "(post_status = ‘publish’ OR post_status = […]

Read the complete article »

Der virtuelle Nachsendeauftrag

09-Sep-06

Passend zum vorherigen Eintrag Der Umzug ein kleiner HTTP Redirect Tipp: Ich habe mich ein bisschen schlau gemacht, wie man der Welt im allgemeinen und Suchmaschinen im speziellen am besten mitteilt, dass sich eine URL geändert hat. Der goldene Weg ist der entsprechende HTTP Header: 301, permanently moved. Das ist mit wenigen Zeilen PHP schnell […]

Read the complete article »