I have some code I use to do some calculations of custom field data for posts of each category. I would like to place the results where the count goes in the widget (or next to it formatted).
I re-use this same code through out my blog on category, search and author pages. I am not sure where I would need to place it in relation to your plugin to achieve my desired results.
Could you please point me to where I would need to drop my query (code). I currently drop it here -
<?php get_header(); ?>
<div id="content" class="section">
<?php arras_above_content() ?>
*Here*
<?php is_tag(); if ( have_posts() ) : ?>
<?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
It's the same place in the category, search and author pages.
Any help you could give would save me a ton of time.
Thanks,
http://WWW.premiumwagers.com
Wordpress 3.2.1
Collapsing Categories 2.0.1