Follow http://ithemes.com/codex/page/Ionic#To_show_posts_in_a_typical_linear_pattern_instead_of_columns
To display full post content instead of excerpts, edit child theme's index.php and change
<?php the_excerpt(); ?>
to
<?php the_content(); ?>
Posted 16 June 2011 - 10:24 PM
<?php the_excerpt(); ?>
<?php the_content(); ?>
Posted 16 June 2011 - 10:01 PM
