set more width on the canvas size..it work for me..
Thread Starter
qcx
(@qcx)
yeah.. now using <!–more–> , manual though…
u can look at http://click2max.com , this adventure journal is awesome theme…
separating widget at page sidebar and blog sidebar is amazing.
For faster performance, change header& background image to small size.
Thread Starter
qcx
(@qcx)
ive change <?php the_content();?> to <?php the_excerpt();?> in the loop.php ==< didnt work
Thread Starter
qcx
(@qcx)
found similiar in page.php and single.php
<div class=”storycontent”>
<?php the_content(__(‘(more…)’)); ?>
</div>
And:
<div class=”storycontent”>
<?php the_content(__(‘(more…)’)); ?>
<div class=”clear”></div>
</div>
just change the_content to the_excerpt ?