Feed via php to main site
-
I have a wordpressinstallation in mydomain.com/wp
I want to be able to call perhaps via php include to pages that I have modded with content for instance mydomain.com/wp/?cat=1 from the main site (root or up one directory higher). I have the template modded but so far I have had only luck calling them via an iframe.
I would like to use a php include as the root site is all php something like include “/wp/?cat=1”
Does anyone have suggestions?
The topic ‘Feed via php to main site’ is closed to new replies.