Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Most Recent Blog Posts for Multiple Blogs

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #27203
    darren
    Member

    Hey, I was just wondering if anyone knew how display the most recent posts on a couple different blogs and display them in one place? Im using WordPress for all the sites. I was thinking something like rss or something to display the links but im just not sure how to go about it. Thanks in advance.

    #68183
    TheDoc
    Member

    You are on the right path! RSS is certainly the way to go.

    Here’s some help in pulling one:

    http://www.darrenhoyt.com/2008/01/29/pu … ress-site/

    I think they talk about pulling more than one in the comments.

    #68186
    darren
    Member

    Hey thanks a lot, not much information in the comments about multiple blogs but I think I can figure out how to do it.
    Thanks alot for the speedy reply

    #68187
    darren
    Member

    Im getting an error with this bit of code

    <a href="<?php echo wp_filter_kses($item[" link’]);="" ?="">’>
    it comes up with this error

    Parse error: parse error, expecting `’]”

    Im new with PHP so its a little over my head

    #68188
    TheDoc
    Member

    Doesn’t look like you copied it quite right. Try this:

    <a href="<?php echo wp_filter_kses $item[" link="" ]);="" ?="">’>

    #68200
    darren
    Member

    now I get this error with the same code
    Parse error: parse error, expecting `’,” or `’;”
    its weird i copied straight from the origional post and no one else seems to be getting this error

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Back End’ is closed to new topics and replies.