Coloring the post…
-
How do I change the color of the post? I already found a way to change the title’s post, but what about the post where all of your stuff goes?
Here’s that part of my loop:
code
<h2><?php the_title(); ?></h2>
<p class=”dates”><?php the_time(‘F j, Y \o\n\ g:i a’); ?> | In <?php the_category(‘, ‘) ?> | <?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’);<p class=”main”><?php the_content(“Continue…”); ?>
code
I got the title and the line under it colored, but I can’t seem to get the main post colored. How do I do this?Edit: And the closing paragraph tag is there (after the things about comments), it’s just I don’t know how to use the code tags in this forum software.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Coloring the post…’ is closed to new replies.