I did something similar on
zibaba, its still a bit raw as I have to finish touching up the blog design but you get the idea.
The way its done:
- In MODx I created chunks for each part of the template design. For each chunk I created a separate document in MODx containing only that chunk.
- Integrated
MODxAPI with the wordpress installation (I had to add it in the main wordpress index.php file).
- In the wordpress template I used MODxAPI to render the chunks/documents in the appropriate places.
It should be possible to render the html straight from chunks without putting them into documents but I could not get it to work.