check out http://thepornreview.info
I want to display the category name and description at every category page.
something like:
" You are looking in : CATEGORY NAME
category description"
and maybe add a "top reviews in this category" list.
what would be the code for this?
so far i have this, that just displays that text + table(top 5 porn reviews) at the top of the main page. I've edited that out of course.
<?php if (is_home()) { ?> ALL THE TEXT AT TOP OF MAIN PAGE and CODE <?php } else { ?> <?php } ?>
I want to display the category name and description at every category page.
something like:
" You are looking in : CATEGORY NAME
category description"
and maybe add a "top reviews in this category" list.
what would be the code for this?
so far i have this, that just displays that text + table(top 5 porn reviews) at the top of the main page. I've edited that out of course.
<?php if (is_home()) { ?> ALL THE TEXT AT TOP OF MAIN PAGE and CODE <?php } else { ?> <?php } ?>

Comment