I looked at the wp-contact-form, and it specifically says that it doesn’t have access to the wp functions. So I am not sure if it is even possible. Anyone have any idea what to do?
I’ve done that, (as you can see at the top of my function wp_show_page()). But I get “Call to undefined function: get_currentuserinfo()”. So I think that I need to get access to the WP context somehow. I imagine it is a require_once statement that I am missing, but requiring various things hasn’t worked for me. It can never find the files that I require.