sada104
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Fixing WordPress
In reply to: Show image on Category pageanyone have an idea?
PLEASE help! I need to have it fixed badly!! thanks!!Forum: Fixing WordPress
In reply to: Show image on Category pageI am not sure if this is going to help, but my category.php looks like this
<div id=”container”>
<div id=”entries”>
<?php next_posts_link(‘« Previous Entries’) ?><br>
<?php previous_posts_link(‘» Next Entries’) ?><h3>Category</h3>
<h1 style=”display:inline; font-size:3em;”><?php single_cat_title() ?></h1><br>
<br>
<br>
<?php if (have_posts()) : ?>-
<?php while (have_posts()) : the_post(); ?>
-
<div class=”results_content”>
<h3><?php the_category(‘, ‘) ?></h3><h1 style=”display:inline;”>” style=”color:#444444;”><?php the_title(); ?></h1><div style=”margin-top:-2px;”><small><?php the_time(‘m.d.y’); ?> <b>|</b> “>Permalink <b>|</b> <?php comments_popup_link(‘Comment?’, ‘1 Comment’, ‘% Comments’ ) ?> </small></div><div style=”margin-top: -1em;”>
<p><?php the_excerpt(); ?></p>
</div>
</div>
<?php endwhile; ?>
<?php else : ?>
Forum: Fixing WordPress
In reply to: images and links on the index page not shownthanks a LOT! I really really appreciate it Kafkaesqui!!
-
<div class=”results_content”>
Viewing 3 replies - 1 through 3 (of 3 total)