
Enviado em 24/09/2016 - 08:00h
Olá amigos do VOL.<?php
/*
Template Name: Plug Feed
*/
echo '<?xml version="1.0" encoding="UTF-8" ?>';
$numposts = 30;
$posts = query_posts('showposts='.$numposts);
?>
<rss version="2.0">
<channel>
<title><?php bloginfo_rss('name'); ?> Plugrush RSS Feed</title>
<description>Your RSS Feed ready to be imported by the Plugrush system</description>
<link><?php echo home_url() ?></link>
<lastBuildDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT'), false); ?></lastBuildDate>
<pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT'), false); ?></pubDate>
<?php while(have_posts()) : the_post();?>
<item>
<title><?php the_title_rss(); ?></title>
<description><?php the_content_rss(); ?></description>
<link><?php the_permalink_rss(); ?></link>
<enclosure url="<?php $th = get_post_meta($post->ID, 'th', true); echo $th; ?>" length="" type="image/jpeg" />
<guid><?php echo $post->ID; ?></guid>
<pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_post_time('Y-m-d H:i:s', true), false); ?></pubDate>
</item>
<?php endwhile; ?>
</channel>
</rss>
Bluefin - A nova geração de ambientes de trabalho Linux
Como atualizar sua versão estável do Debian
Cirurgia para acelerar o openSUSE em HD externo via USB
Quer auto-organizar janelas (tiling) no seu Linux? Veja como no Plasma 6 e no Gnome
Copiando caminho atual do terminal direto para o clipboard do teclado
Script de montagem de chroot automatica
Conky não mostra temperaturas da CPU no notebook (0)
Não estou conseguindo fazer funcionar meu Postfix na versão 2.4 no Deb... (0)









