Como adicionar um link ao Feed RSS em cada post How to add a link to the RSS feed for each post
Escrito por Manoel Franklin em Outubro 28, 2008 Written by Manoel Franklin on October 28, 2008Aumentar o número de subscrições no seu Feed RSS não é mais um mistério, veja esta dica! Increase the number of subscriptions to your RSS feed is no longer a mystery, see this tip!
Uma ótima forma de aumentar os seus ganhos pode ser aumentar o número de subscrições ao seu Feed RSS. A great way to increase your earnings may be to increase the number of subscriptions to their RSS feed. Este tipo de fidelização pode gerar um fluxo de visitantes muito importante para os seus ganhos. This type of loyalty can generate a stream of important visitors to your earnings.

Fidelizar usuários também é importante para divulgar quase que imediatamente novos posts ou até posts antigos, bastando apenas fazer um bom link building entre seus posts novos eo conteúdo já publicado anteriormente. Lock-users is also important to spread almost immediately to new posts and old posts, just by doing a good link between building your new posts and content already published.
Bem como Como As well as mostrar os posts mais comentados da semana show the most commented posts this week , adicionar a opção de subscrição ao seu feed em cada post é muito simples. , Add the option to subscribe to your feed for each post is very simple. Basta editar o arquivo single.php e inserir o trecho de código abaixo, veja: Simply edit the file single.php and insert the code snippet below, see:
<?php if (have_posts()) : php if (have_posts ()): while (have_posts()) : the_post(); while (have_posts ()): the_post (); // WordPress loop ?> / / WordPress loop?> <div class="rss-box"><a href="http://feeds.feedburner.com/wpthemesbr"> <div class="rss-box"> <a href="http://feeds.feedburner.com/wpthemesbr"> Gostou deste post? Like this post? Considere subscrever ao nosso RSS Feed!</a></div> Consider subscribing to our RSS Feed </ a> </ div> <?php endwhile; ?> php endwhile;?> <?php endif; ?> php endif;?>
E pronto! That's it! Logicamente você pode ser mais criativo e extender esta sugestão criando algo do tipo: Of course you can be more creative and extend this suggestion by creating something like

Não poupe esforços, os leitores fiéis são muito importantes! Spare no efforts, the faithful readers are very important!
RSS é um subconjunto de “dialetos” XML que servem para agregar conteúdo ou “Web syndication”, podendo ser acedido mediante programas ou sites agregadores. RSS is a subset of "dialects" XML used to aggregate content or "Web syndication" and can be accessed by programs or aggregator sites. É usado principalmente em sites de notícias e blogs. It is mainly used on news sites and blogs.
A abreviatura do RSS é usada para se referir aos seguintes padrões: The RSS is the abbreviation used to refer to the following standards:
* Rich Site Summary (RSS 0.91) * Rich Site Summary (RSS 0.91)
* RDF Site Summary (RSS 0.9 e 1.0) * RDF Site Summary (RSS 0.9 and 1.0)
* Really Simple Syndication (RSS 2.0) * Really Simple Syndication (RSS 2.0)A tecnologia do RSS permite aos usuários da internet se inscreverem em sites que fornecem “feeds” (alimentadores ou fontes) RSS. The technology of RSS allows Internet users to sign up for sites that provide "feeds" (feeders or sources) RSS. Estes são tipicamente sites que mudam ou atualizam o seu conteúdo regularmente. These are typically sites that change or update your content regularly. Para isso, são utilizados Feeds RSS que recebem estas atualizações, desta maneira o usuário pode permanecer informado de diversas atualizações em diversos sites sem precisar visitá-los um a um. For this, RSS Feeds are used to receive these updates, this way the User can stay informed of various updates on various sites without having to visit them one by one.
É com dicas como estas que podemos alcançar o sucesso e entrar para a lista dos It is with tips like these that we can achieve success and join the list of bloggers que alcançam 400000 Page Views por Mês bloggers who reach 400,000 Page Views per Month . .
Postado em Posted Tutoriais Tutorials | | 2 Comentários » 2 Comments »
















Outubro 29th, 2008 em 11:15 October 29th, 2008 at 11:15
brother coloca aonde no single.php? brother places where the single.php?
Outubro 29th, 2008 em 16:52 October 29th, 2008 at 16:52
@deaan @ deaan – Amigo, você deverá colocar no single.php exatamente onde quer que a opção apareça na sua página de posts. - Friend, you should put in single.php exactly where you want the option to appear on your page of posts.
Eu sugiro que coloque entre o final do post eo início dos comentários. I suggest that you place between the end of the post and the beginning of the comments. O que acha? What do you think?
Um abraço! Hug!