• I want to integrate WordPress blog in my Cake PHP Site.

    When I logged in from My Site Admin (created with cakePHP), I need to automatically logged in to WordPress also.

    The wordpress is installed in a sub folder of my root site.

    So How to integrate wordpress admin with my Site Admin.?
    Please help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The Codex is your friend. See Integrating_Wordpress_with_Your_Website

    Thread Starter Aboobacker.

    (@abooze)

    Yes. I know how to integrate wordpress in PHP/ static site. But the matter here is, I need to integrate the LOGIN feature with the blog (wordpress) which is used to login to the cakePHP site.
    So, if a registered user is logging in through the site (PHP), he should also be logged in to the wordpress.
    NB: Necessary database tables are linked and working charm. But there might be a way something like matching Auth session variables of wordpress with cakePHP.
    Please anyone try to get the answer.

    Thread Starter Aboobacker.

    (@abooze)

    I’ve configured database tables so that when an user register to main site n cakePHP, he would be also getting access to wordpress admin as a contributer.
    Now I need a functionality for when an user login to main site, you should be automatically logged in to the WordPress blog. Please help me.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to access wordpress admin using CakePHP username and password?’ is closed to new replies.