'; echo 'Canal de posts de ibgracia.org En este RSS Feed se encuentran todos los post publicados en el site ibgracia.org http://ibgracia.org/blog.html '; foreach($posts as $post): $post = (object)$post; echo ' '.$post->titulo.' '.htmlentities($post->contenido).' http://ibgracia.org/blog.html?id='.$post->id_noticia.' http://ibgracia.org/blog.html?id='.$post->id_noticia.' '; endforeach; echo ' '; ?>