fixed this by putting the wp_create_category into a function which fired off when admin_menu action fired off.
bump, no one knows how to do this??
I tried that but then the text area doesn’t display images or anything, it just shows the html tags for it (such as <img>)
Yeah I know frames are evil 😛 I can’t use the_excerpt() because I’m trying to show the whole post, the problem is the custom theme I’m using does not allow vertical scrolling and instead I have to use a page system (i.e. next page/previous page), but that uses javascript which causes problems for some people, and pretty much everyone would rather scroll vertically instead of going through pages.
There must be a solution to my problem that doesn’t involve frames…