Photography, Digital cameraBlog Index - A Blog AggregatorSend email in futureCancer TreatmentFree GamesProstatitis, Prostate CancerBreast CancerMore than 500 Flash games for you!Email Future

Como criar sua própria Núvem de Tags How to create your own Tag cloud

Escrito por Manoel Franklin em Setembro 1, 2008 Written by Manoel Franklin on September 1, 2008

Aprenda a criar sua própria Núvem de Tags (Tag Cloud) com as funcionalidades padrão do Wordpress. Learn how to create your own cloud Tags (Tag Cloud) with the standard features of Wordpress.


Tag Cloud

Tag Cloud Tag Cloud



O conceito de núvem de tags veio para ficar, é uma forma muito sucinta e direta de mostrar aos visitantes quais são as palavras chave mais citadas em seus artigos, fazendo com que ele tenha muita facilidade ao alcançar o conteúdo desejado ou ainda, explorar novos temas. The concept of a cloud of tags here to stay, is a very succinct and straightforward to show visitors what are the keywords most frequently mentioned in their articles, making it easy to have too much to achieve the desired content or to explore new themes .

Uma Nuvem de Tags é uma representação visual de tags geradas pelos usuários. A Tag cloud is a visual representation of tags generated by users. Essas tags são tipicamente mostradas em ordem alfabética ea frequência é amostrada pelo tamanho da fonte e/ou cor. These tags are typically displayed in alphabetical order and frequency is sampled by the font size and / or color. Wikipedia Wikipedia

O Wordpress vem por default com esta funcionalidade. The Wordpress comes by default with this feature. Logicamente, plugins podem realçar ou melhorar a aparência de uma tag cloud , animá-la com a implementação de Flash e etc. Of course, plugins can enhance or improve the appearance of a tag cloud, animate it with the implementation of Flash and so on. Utilizar a tag cloud padrão do Wordpress é muito simples, uma linha de código lhe permite adicionar uma tag cloud onde desejar. Use the tag cloud pattern Wordpress is very simple, one line of code allows you to add a tag cloud where you want. Veja: See:

 <?php wp_tag_cloud(''); ?> php wp_tag_cloud ('');?> 

A chamada acima exibirá a Tag Cloud com os parâmetros default, você pode customizá-la, como no exemplo a seguir: Call up the Tag Cloud displays with the default parameters, you can customize it, as in the following example:

 <?php wp_tag_cloud('smallest=8&largest=22'); ?> php wp_tag_cloud ( 'smallest = 8 & largest = 22');?> 

Os parâmetros possíveis nesta função são: smallest, largest, unit, number, format, orderby, order, exclude, include. Possible parameters in this function are: smallest, largest, unit, number, format, orderby, order, exclude, include. Deles, falarei em outro post. Them, talk in another post.


Tag Cloud

Tag Cloud Tag Cloud



Resumindo, você tem uma poderosa ferramenta nativa ao Wordpress para implementação de Tag Cloud ou Núvens de Tag. Esta ferramenta pode ser utilizada para adicionar tag clouds em posts, páginas, categorias e etc. In short, you have a powerful tool native to Wordpress to implement Tag Clouds or Cloud of Tag This tool can be used to add tag clouds in posts, pages, categories, and so on. O código final para uma chamada a esta função deve ser algo parecido com: The final code for a call to this function should be something like:

 <?php if ( function_exists('wp_tag_cloud') ) : ?> php if (function_exists ( 'wp_tag_cloud')):?>
<li> <li>
<h2>Popular Tags</h2> <h2> Popular Tags </ h2>
<ul> <ul>
<?php wp_tag_cloud('smallest=8&largest=22'); ?> php wp_tag_cloud ( 'smallest = 8 & largest = 22');?>
</ul> </ ul>
</li> </ li>
<?php endif; ?> php endif;?> 

Um grande abraço e até a próxima. A big hug and to the next.

6 Comentários to “Como criar sua própria Núvem de Tags” 6 Comments to "How to create your own Tag cloud"

  1. Modifique seu theme para obter mais tráfego | Wordpress Themes Change your theme to get more traffic | Wordpress Themes Diz: Says

    [...] Se nenhuma destas idéias lhe agradar, considere fazer tudo com as próprias mãos como por exemplo criar nuvem de tags com as funcionalidades padrão do [...] [...] If none of these ideas appeal to you, consider making it into their own hands to create such a cloud of tags with the standard features of [...]

  2. Roberta Mendes Roberta Mendes Diz: Says

    oi vc naum saberia como fazer essa nuvem de tags p\ o usuário do blogger? hi vc naum know how to do this tag cloud p \ o User's blogger?
    Espero resposta. I answer.
    Atenciosamente. Regards.

    Roberta Mendes escreveu… Roberta Mendes wrote ... Body de tricô super gostoso de vestir Body of knitting super tasty dressing

  3. leonardo leonardo Diz: Says

    e como deixar a nuvem como essa da imagem? and how to let the cloud like this image?
    ou é apenas uma imagem ilustrativa? or is it just an 'image?

  4. Green Rays, mais um Theme Free para Wordpress | Wordpress Themes Green Rays, another Free Wordpress Theme | Wordpress Themes Diz: Says

    [...] pode dar um toque sensacional a qualquer theme, experimente incluir sua própria Núvem de Tags segundo este artigo escrito e publicado anteriormente aqui no [...] [...] Can make a sensational touch to any theme, try to include your own Tag cloud according to this article written and previously published here in [...]

  5. Pedro Diz: Pedro Says:

    Onde eu coloco esse codigo? Where do I put this code? Sou novo no WordPress.. I'm new in WordPress .. hehe hehe

  6. Denison Denison Diz: Says

    Tb não sei onde colocar este código para ter uma nuvem de tags no meu wordpress Tb do not know where to put this code to have a cloud of tags on my wordpress

Deixe um Comentário Leave a Comment