Blogging Find and discuss great resources to help you with your virtual assistant business blog.
Forum Sponsor (Advertise with us)
Reply
 
Thread Tools Display Modes
    #1 (permalink)  
Old 10-09-2008
D_Victoria_Virtual_Assistance's Avatar
Resident Member
Company name: D. Victoria Virtual Assistance
 
Join Date: Dec 2007
Location: New Jersey
Posts: 1,836
Blog Entries: 15
Default Adding blog content to my website
I am not sure if this is more of a blog question or a website coding question, but here it goes anyway.

I am creating a new web home for my podcast and plan on still using my blog as a way to post news about episodes, etc. I would like to have the content that is on my blog as the content for the front page of my new site.

My blog is currently set up using Wordpress (the online version). I downloaded the Wordpress application from Wordpress.org, but I am kind of lost. I have the design all set-up for my site (outside of Wordpress). I am happy with it and I now just want to add the content. I don't really need Wordpress except for the blog posting portion. How can I display my blog posts on my site? If it involves some fancy coding I am definitely all for it.

I suspect my solution has something to do with the rss feed file, but all the searches that I have done keep sending me back to an online sales letter for an RSS content builder product.

Solutions, suggestions, ideas?

Thank you!
__________________
Darlene Victoria Gonzalez
The Voice & Vision Behind Your Business
Reply With Quote
    #2 (permalink)  
Old 10-09-2008
D_Victoria_Virtual_Assistance's Avatar
Resident Member
Company name: D. Victoria Virtual Assistance
 
Join Date: Dec 2007
Location: New Jersey
Posts: 1,836
Blog Entries: 15
Default Re: Adding blog content to my website
I did some more digging and for the time being I created a widget that I placed on the main page of my new site. If you are not sure what a widget is or how to make one -- go here: http://www.widgetbox.com

My content is currently in a frame, so I am still on the lookout for a better solution.

Thanks!
__________________
Darlene Victoria Gonzalez
The Voice & Vision Behind Your Business
Reply With Quote
    #3 (permalink)  
Old 10-09-2008
Tess's Avatar
Senior Member
Company name: Codehead, LLP
Latest blog post: SEO Q&A
 
Join Date: Apr 2007
Location: Portland, OR
Posts: 8,935
Blog Entries: 3
Default Re: Adding blog content to my website
Hi Darlene, we code this into client sites but it's a bit more complicated than I am able to explain here - it does utilize RSS.
I like Widgetbox and think it's a great solution - but otherwise I'm afraid you're looking at a custom project... Hopefully someone else knows otherwise?
__________________
Stuck in startup? Stop dreaming. Start DOING!
Get the Become a Virtual Assistant eBook for just $29
Reply With Quote
    #4 (permalink)  
Old 10-09-2008
Codehead's Avatar
Administrator
Company name: Codehead LLP
 
Join Date: Apr 2007
Location: WA
Posts: 173
Default Re: Adding blog content to my website
If you know PHP here are the steps:

1 -
Go ahead and download:
http://magpierss.sourceforge.net/

2 -
You will need to get the URL to your RSS feed.

3 -
You can use something like this on your home page:
PHP Code:
require('PATH TO MAGPIERSS/rss_fetch.inc');

$your_rss_feed_url = 'http://YOUR BLOG.wordpress.com/PATH TO RSS';
$rss = fetch_rss($your_rss_feed_url);
foreach ((array) $rss->items as $blog_post) {
   ?>
         <a href="<?php echo $blog_post['link']; ?>"><?php echo $blog_post['title']; ?></a><br />
<?php echo $blog_post['description']; ?><br /><br />
   <?php
}
You might need to tweek it a little but this is the general idea.
__________________
"Imagination is more important than knowledge."
Albert Einstein
Reply With Quote
Reply

Tags
content, feed, publish, rss, website

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding link to latest blog entry ciboney Forum FAQ and Feedback 6 02-09-2009 10:08 AM
More Blog Content Resources Brianna Young Blogging 1 03-02-2008 12:09 PM
Good Source for Blog Content Brianna Young Blogging 3 02-21-2008 12:00 PM
Adding calculator to website slimthick2001 Forum FAQ and Feedback 3 01-16-2008 03:40 PM


All times are GMT -4. The time now is 01:57 PM.

International Virtual Assistants Association
Project Management for Virtual Assistants
Virtual Assistant Forums Advertising
Virtual Assistant Directory
Create a Professional New Client Welcome Packet
Virtual Assistant Forums Advertising
Virtual Assistant Contracts
Virtual Assistant Services
Affordable Website Hosting
Work from Home | Become A Virtual Assistant
Affordable Logo Design
Virtual Assistant Forums Advertising
Small Business Resources

© Virtual Assistant Forums 2012
All content and images are protected under copyright law and may not be reproduced in any way without express written consent.