• enricoeur

    (@enricoeur)


    Hi,

    i want a list of all tag witout different size for different tag relevance.

    this is the code in my template:

    <div id="keyword"><h1>Tutti gli Argomenti</h1></div><div id="list">
    <?php wp_tag_cloud('smallest=9&largest=9&orderby=count'); ?>
    </div>

    This is the output:

    <div id="keyword"><h1>Tutti gli Argomenti</h1></div><div id="list">
    <a href='/tag/art/' class='tag-link-11' title='1 argomento' rel="tag" style='font-size: 9pt;'>Art</a>
    <a href='/tag/sport/' class='tag-link-12' title='1 argomento' rel="tag" style='font-size: 9pt;'>Sport</a>
    <a href='/tag/musica-live/' class='tag-link-10' title='1 argomento' rel="tag" style='font-size: 9pt;'>Musica&nbsp;Live</a>
    
    <a href='/tag/specialita/' class='tag-link-9' title='1 argomento' rel="tag" style='font-size: 9pt;'>Specialità</a>
    <a href='/tag/pub/' class='tag-link-8' title='1 argomento' rel="tag" style='font-size: 9pt;'>Pub</a>
    <a href='/tag/vino/' class='tag-link-7' title='2 argomenti' rel="tag" style='font-size: 10pt;'>Vino</a></div>

    As you can see the last tag “Vino” used in 2 article have different font size……but i have clerly specified that the range must be 9 -> 9

    Can you help me ?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter enricoeur

    (@enricoeur)

    hey,

    is my impression or new people are not welcome ?!?!?

    Anytime i ask there is not any people disposed to reply….Every time at the end i find the solution alone because i nevever rcive any help from the community….

    🙁

    Same here -.-

    so bump.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with “wp_tag_cloud” template tag’ is closed to new replies.