Hi, I've just started learning theme design and I created the first theme, which is based on Default theme.
Then, I've noticed my the_content() tag in index.php doesn't work and just displays [...] without linking to the single post when you view category page and monthly archives page. I'm using a plugin called "sem-static-front" to put home page on the front.
I've been reading some similar topics already been discussed but no luck so far.
I made sure the_content() tag is located within the loop. I've already tried putting <?php the_content(__('(more...)')); ?> instead of <?php the_content(); ?> but no luck.
When I swithed the theme to default, there's no problem. So, I don't think it's caused by my blog setting at admin panel. You can see the problematic page here at http://endunham.com/eng/?m=200608 or http://endunham.com/eng/?cat=1
Anyone can help me, please?
Thanks,
P.S. I'm using version 2.0.4.