Viewing 1 replies (of 1 total)
  • Try to hardcode this in template …

    <coded_p><?php if (function_exists('byrev_cat_cloud')) { ?>
    <div><h3>Categories Cloud</h3>
    <?php
    byrev_cat_cloud('mincount=1&limitcat=41&order=asc&min_scale=10&max_scale=20&color_start=0000FF&color_end=CCCCCC&cache=ON&cahe_timeout=600&orderby=name');
    ?>
    </div>
    <?php } else { ?>
    <div><h3>Categories</h3>
    
    <ul><?php wp_list_categories('orderby=name&show_count=1'); ?> </ul>
    
    </div>
    <?php } ?></coded_p>
Viewing 1 replies (of 1 total)
  • The topic ‘Multiple Clouds?’ is closed to new replies.