Mar/100
PortalofKnowledge.com is 1 year old!
PortalofKnowledge.com is 1 year old! I may try to keep up with this blog and start creating daily posts and maybe get some actual viewers!
Feb/100
Updated WordPress to 2.9.1
WordPress has been updated to the latest version 2.9.1. I had to update it manually as the Dashboard method is not working. Some other things like seearching and downloading plugins from the dashboard. I can imagine it is something to do with my hosting (Free Hostia)
Oct/090
Writing tags in wordpress posts is a hassle
In order do display code in wordpress posts you not only have to "code" them but also replace any SmallerThan, GreaterThan or / with these character entities or extended characters. Otherwise wordpress takes it as html, which makes sence really.
SmallerThan = & l t ;
GreaterThan = & g t ;
/ = & # 4 7 ;
] = & # 9 3 ;
[ = & # 9 1 ;
" = & # 3 4 ;
' = & # 3 9 ;
I found the info here at Wordpress Codex