• I know that WordPress provides a couple of RSS files that can be used for RSS readers. I would like for the main page of my site (not the main blog page, but the index to the root directory) to have a list of my last 5 posts, their titles, and the time and date they were posted. I was wondering how I could go about doing this either by utilizing WordPress’ RSS feeds or some other method.

    My file structure:
    WordPress Dir: /public_html/musk/blog/
    Index page Dir: /public_html/musk/

    If this question was posted before please just reply w/ a link to it. Thanks

Viewing 1 replies (of 1 total)
  • it’s been posted about a ton. CG-Referrer is one PHP script you could use to pull from the feeds in a non-wp page.

    you can alternatively have the URL base of your blog be in the root directory, but have the wp code actually live under /blog. there’s info about that in the Codex I’m sure. Then you could use a plugin (yeah, should be built-in functionality) to make your home-page of your blog (now the home-page of your root, effectively) be anything you want, and have a link to /blog. or archives. or categories. etc.

    -d

Viewing 1 replies (of 1 total)
  • The topic ‘Use RSS feeds in another site?’ is closed to new replies.