Friday, December 14th, 2007
Part of the purpose of installing WP and using it was to make site updates easy for our staff. WP comes with TinyMCe installed as standard; however it kinda sucks as if you try to do ANYTHING outside of its parameters, it ruins your html code. So if you want to put in a <DIV ID="blah">, it would convert it to <P ID="blah">, which may or may not behave properly.
I looked around and found this plug-in: http://plugins.baptiste.us/plugins/xinha4wp/
Tuesday, November 20th, 2007
- when in index and click to “show more type of topic, reset the session variables
- Add hacker safe logo to header
- migrate static pages to WP; move from sidebar to top menu as perm links
- set up redirects for old static pages
Tuesday, November 20th, 2007
http://netthink.com/archives/113
In my blog I’ve accumulated only three types of posts.
mysql> select distinct post_type from wp_posts;
+------------+
| post_type |
+------------+
| attachment |