WordPress.com blog showing in website
-
Hi folks,
I was wondering if it’s possible to have my partners WP blog showing on her website? The website is http://www.rowansong.co.uk and ideally we’d like the blog to show as a page of it’s own, updating automatically when the blog is updated. I was just wondering if there was a plugin or something that I could install on the page to facilitate this?
many thanks for your time.
The blog I need help with is: (visible only to logged in users)
-
I’ve come to the conclusion that what I need to do is to be able to set the permalink for the tab for the blog page I’ve created to be able to point to the actual blog. (I did try an iframe but it looked rather messy what with all the scrolling and all) If anyone here can help me out with any tips on how to do that I’d much appreciate it.
-
Just in case anyone else looks for how to do this, I managed to do it by creating a ‘blog’ folder in the root directory of the website and adding an index.php page with the following script –
<?php
header( ‘Location: http://www.yoursite.com/new_page.html’ ) ;
?>
Obviously http://www.yoursite.com/new_page.html becomes the url of the site you want to redirect to. Then, the permalink for the page simply becomes http://www.rowansong.co.uk/blog and the tab for the blog page then redirects straight to the blog just the way I wanted.
Hope that makes sense.
- The topic ‘WordPress.com blog showing in website’ is closed to new replies.