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>
Compartilhando a tela do Computador no Celular via Deskreen
Como Configurar um Túnel SSH Reverso para Acessar Sua Máquina Local a Partir de uma Máquina Remota
Configuração para desligamento automatizado de Computadores em um Ambiente Comercial
Como renomear arquivos de letras maiúsculas para minúsculas
Imprimindo no formato livreto no Linux
Vim - incrementando números em substituição
Efeito "livro" em arquivos PDF
Como resolver o erro no CUPS: Unable to get list of printer drivers
Recuperar arquivos de HD em formato RAW usando Linux (0)
SysAdmin ou DevOps: Qual curso inicial pra essa área? (0)
Melhores Práticas de Nomenclatura: Pastas, Arquivos e Código (3)
[Python] Automação de scan de vulnerabilidades
[Python] Script para analise de superficie de ataque
[Shell Script] Novo script para redimensionar, rotacionar, converter e espelhar arquivos de imagem
[Shell Script] Iniciador de DOOM (DSDA-DOOM, Doom Retro ou Woof!)
[Shell Script] Script para adicionar bordas às imagens de uma pasta