Jump to content

ArneR

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

About ArneR

  • Birthday 11/27/1980

Contact Methods

  • Website URL
    http://www.limespace.de

Profile Information

  • Gender
    Male
  • Location
    Germany

ArneR's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, works as designed :-) You have to change your feed-entry array to foreach ($blogs as $blog) { $entry = array( 'title' => $blog->title, 'link' => 'http://www.aviyacrest.com/index/blog/entry/' . $blog->id, 'description' => htmlentities(nl2br($blog->description)), 'published' => date('r', $blog->date) ); array_push($entries, $entry); } The class checking for the "published" key not "pubDate" Greetings, Arne
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.