displaying blog on website?
-
How can I get the code to display my latest blog post within a table cell on my website?
Blog url: http://danholland2819.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
Id like to display a preview or a whole post from my blog within a cell on my website. How do I do that??? Is there a widget I can use?
Thanks
-
There is no such widget. We support only wordpress.COM free hosted blogs here.
Every wordpress blog has an RSS feed for comments and for posts (entries).
This is the RSS feed URL for your posts
http://NAME_OF_BLOG.wordpress.com/feed/
This is the RSS feed URL for your comments http://NAME_OF_BLOG.wordpress.com/comments/feed/We do not provide support for installing the capacity on your website to draw the RSS feed from your blog. If your website is NOT equipped to draw from RSS feeds then you will have to write something in PHP or javascript to do that. Here are a couple options:
http://www.blastcasta.com/add-news-to-your-website.aspx
http://www.webpronews.com/expertarticles/2006/10/09/rss-feeds-adding-a-feed-to-a-website-using-php
- The topic ‘displaying blog on website?’ is closed to new replies.