• Hi guys,

    I’m looking to add a feed to my homepage that lists the latest blog entries. Where should I begin? My blog is up and running fine, but I’d have to start the feeds from scratch.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kt83

    (@kt83)

    Hey, thanks for the reply.

    What I mean is, I want to be able to display a list of my latest blog entries on a page that isn’t WP driven, such as my homepage. I already installed “recent posts”, which generate and displays the list in my sidebar, but what I want to do is put that list outside of the WP Blog. Is that possible?

    Thread Starter kt83

    (@kt83)

    This is how my site works:

    I have a home.php file which has the following codes:

    <?php
    /* Check Structure Availability */
    if (!defined(“CORE_STRAP”)) die(“Out of structure call”);

    $tpl = new template;
    $tpl -> Load(“home”);

    $tpl-> CleanZones();
    $tpl -> Flush();

    ?>

    Then I have a home.tpl file which has the html for the content. Let’s say I want to place the output of the plugin in the middle of my content area, how would I do that?

    Thanks, again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to create a feed that lists the latest blog entries?’ is closed to new replies.