- the normal widgets, that can be displayed in sidebar from within the Wp admin widgets panel;
- the widgets inserted directly in sidebar.php, as php code; my tags, for example, are:
- Code: Select all
<?php if (function_exists('wp_tag_cloud')) { ?>
<span class="list1" id="tagcloud">
<?php wp_tag_cloud('smallest=10&largest=18'); ?>
</span>
<?php } ?>
So, does Qcache do something in any (or both) of these situation?
Thanks!