Hi My site 1 is hosted on a windows server. How can i make a sub domain/or a subdiretory of site 1 pull up or show a wordpress blog site 2 (from a separate server?) thanks arthur
You canuse an iframe/frames, however, many sites might try to bust out of them and may effect the user experience of the website within the frame..... I think the best way is to Make a Link with Blog as anchor text for example and it's lead to the Site2 ! <a href="http://www.Your-Wordpress-Website" target="_blank">Blog</a> Code (markup): Goodluck