Hi,
Please visit my site http://sada104.com/ first. It shows links and images perfectly, however, if I click on category, for example, http://sada104.com/?cat=1 link and picture disappears.
I know it is better if I could show you the css code, but I am sure which css code I have to show.
Please advise me, and I will really appreciate it.
I 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 else : ?>
anyone have an idea?
PLEASE help! I need to have it fixed badly!! thanks!!
radthundercat
Member
Posted 1 year ago #
I had the same problem and Kafkaesqui's post worked for me. Thanks!