Category Customizations
-
Hey,
I’m sure this is easy, but I need to basically insert some custom text above an entry if I post to the “something” category.
My current code is:
<div id="content">
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
<?php the_date('','<span class="style1">','</span>'); ?>
I need to put a ‘<div id=”diddle”>’ below ‘<div id=”content”>’ IF I post an entry to the “something” category…
As I said, I’m sure this is simple…
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Category Customizations’ is closed to new replies.