Page 1 of 1

WordPress and Theme in 2 projects

PostPosted: June 23rd, 2016, 1:23 pm
by vchris
I do a lot of WordPress development and would prefer to split the WordPress API and my theme into 2 projects to allow for easier dependency management.

I tried setting up a Wordpress project with no themes and my theme as another project. My theme project references the WordPress project. My intellisense works great. When attempting to debug/run locally with either WordPress project or Theme first, I get an error. Wordpress project first gives me: stream_socket_client(): unable to connect to tcp://127.0.0.1:22749. I set it up so both projects run on start with only Wordpress to open a page.