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>
Resolver problemas de Internet
Como compartilhar a tela do Ubuntu com uma Smart TV (LG, Samsung, etc.)
Descritores de Arquivos e Swappiness
Solução rápida para o problema do Network Manager conectar mas não navegar
Como instalar no Linux Jogos da Steam só para Windows
Instalando o Team Viewer no Debian Trixie - problema no Policykit
Como rodo essa suinaria? [RESOLVIDO] (6)
Problemas latentes de performance no Ubuntu 25.04 (1)