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, 2008Aprenda 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.
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.
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.
Postado em Posted Tutoriais Tutorials | | 6 Comentários » 6 Comments »


















Setembro 4th, 2008 em 19:38 September 4th, 2008 at 19:38
[...] 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 [...]
Setembro 6th, 2008 em 2:30 September 6th, 2008 at 2:30
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
Setembro 6th, 2008 em 10:03 September 6th, 2008 at 10:03
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?
Outubro 10th, 2008 em 9:47 October 10th, 2008 at 9:47
[...] 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 [...]
Julho 15th, 2009 em 20:14 July 15th, 2009 at 20:14
Onde eu coloco esse codigo? Where do I put this code? Sou novo no WordPress.. I'm new in WordPress .. hehe hehe
Agosto 8th, 2009 em 13:33 August 8th, 2009 at 13:33
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