Embedding your wordpress blog
-
I have been trying to figure out if there is a way I can embed my wordpress blog into a page on my website. I am not a pro at this but can usually figure things out. If this isn’t possible, can I use an RSS feed reader to pull from my own blog? So I get the effect I am looking for? Sorry if this is lame, lol.
Thank you guys.
Jessica
-
not lame at all
2 approacheshttp://codex.wordpress.org/Integrating_WordPress_with_Your_Website
this way you can embed what you needhttp://wordpress.org/extend/plugins/feedwordpress/
with this plugin you can pull feeds as posts to your siteIf I use an RSS feed reader to view my blog do I need to enable something within my dashboard to allow the reader to view my blog…
Okay I am still having problems with this. I uploaded everything to my sub directory named blog and when it says you need to add this code to the top of the pages, is it talking about my website pages I want my blog to appear on? I am probably making this way harder than it should be, lol.
when it says you need to add this code to the top of the pages
What code?
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, false);
require(‘./wp-blog-header.php’);
?>Sorry about that. Also, would I have to change my http://www.example.com/blog.html to blog.php?
I honestly think I am in over my head with this one. LOL. Is there just a simple way to pull the RSS feed from my own blog and just place an RSS feed reader on my webpage where I want it to be? I thought I could do that but none of my feed URL’s were working. I am probably making this more difficult than it should be and I apologize.
The topic ‘Embedding your wordpress blog’ is closed to new replies.