majost
Forum Replies Created
-
Forum: Plugins
In reply to: Accessing $_POST in a WordPress PageAha! I figured it out. I had ‘author’ as one of my variables I was passing. Apparently WordPress and K2 don’t like that very much, since it works without that variable.
Forum: Plugins
In reply to: Accessing $_POST in a WordPress PageOK, I tried the custom page template, and I’m still having difficulty in getting it to work. It’s just returning a 404 every time there’s post data sent along with otherwise valid links.
Forum: Plugins
In reply to: Accessing $_POST in a WordPress PageHm… a marvelous two suggestions. Thanks, I’ll look into those.
Forum: Fixing WordPress
In reply to: echo $user_name in sidebarOK, I took my own advice and added a wp_sidebarhead() function in template-functions-general.php. It works. But is this kosher? I know I’d rather have the theme modified than one of the core wp documents.
Forum: Fixing WordPress
In reply to: CSS loads in Safari, but not othersThanks for the responses. After revamping absolutely everything, I finally found the problem: I was having .css files parsed by PHP on my web server (randomly choosing background pic). I thought that this should work, but for some reason it was borking on everything but Safari. Thanks for the help, though 🙂