codeigniter - Use wordpress 3.x.x functions in an external application -


i'm trying accomplish similar thing asked in question how integrate wordpress template codeigniter code igniter application running in directory above wordpress's , under subdomain.

i think worth saying putting code igniter application under same domain wordpress not stop redirect installer.

i tried solutions on page few others google'n about. none of them seem work.

as include wordpress file code igniter file redirects "domain.com/wp-admin/install.php" i'm using latest wordpress version 3.1.4 believe is. has done or knows how to?

scratch that, wrong approach making 2 systems work if you're in situation me code igniter website long established , wordpress set find route. if have wordpress setup , start code igniter app consider how they'll integrate before getting it. perhaps write wordpress plugin instead, if otherway around consider writing own blog application codeigniter.

in case have no choice 2 established systems. wordpress provides xml-rpc interface. i've decided lot less painful use it. see http://codex.wordpress.org/xml-rpc_support more info on it. http://wordpress.org/extend/plugins/extended-xml-rpc-api/

might useful someone: http://wordpress.org/extend/plugins/wp-restful/


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -