Hi
Can u please explain how I can show full posts instead if just titles on the Archives of the Firebug theme?
I love the design by the way.
Thank you
Hi
Can u please explain how I can show full posts instead if just titles on the Archives of the Firebug theme?
I love the design by the way.
Thank you
I figured it out:
I changed:
<h3 id="post-<?php the_ID(); ?>">" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></h3>
to:
<h3 id="post-<?php the_ID(); ?>">" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_content(); ?></h3>
That seems to have done the trick...
No i didnt.. Im a fool..
Still waiting on a reply ..
Thanks ;)
haha now i think i did figure it out:
I added: <?php the_content('Read the rest of this entry »'); ?>
Sorry for taking up precious bandwidth ;)
You must log in to post.