khaos337
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: functions not working outside of wp directoryAnyone?
Forum: Fixing WordPress
In reply to: WordPress Site IntegrationThis actually turned out to be quite easy. I don’t know how I missed the section of user and author functions in the wp function reference document, but I did and you got me back on track!
Just plugged the function wp_insert_user() into my register script, and wp_signon() and wp_logout() into my login and logout scripts along with the pertinent arguments and info, and that was it.
Forum: Fixing WordPress
In reply to: WordPress Site IntegrationIt’s definitely going to be a rough task… but this looks like a great place to start! Thanks for the help.
Forum: Fixing WordPress
In reply to: WordPress Site IntegrationMy site is written in php. I am now solely using the WordPress software for our blog. No more Blogger.
Forum: Fixing WordPress
In reply to: WordPress Site IntegrationThen wouldn’t that cause them to have to sign in twice though? Once to our website, and again to wordpress?
Forum: Fixing WordPress
In reply to: WordPress Site IntegrationHi Brad, thanks for your reply.
I have already installed WordPress on my site and imported my old blog. I am customizing the look of this blog 100% to fit the look of my site, so I’m not using themes. I’m just using the loop to display the necessary data and using CSS to style it.
My site has its own user accounts and authentication, so I want people to be able to leave comments on the blog using that info. I do not want to use Facebook, Google Accounts or OpenID integration. I’ve kind of stumbled through what I’ve got so far reading the “about the loop” section, but going forward it’s not so easy ready through the developer php functions 1 by 1 so i’m looking for some guidance.
Here is the code I am working with so far:
[Code moderated as per the Forum Rules. Please use the pastebin]