Quote:
Originally Posted by Super Negro
find the_excerpt();
and replace with
the_content();
|
^^^ this is your solution!
what theme are you using? find the index.php file of the THEME and edit it:
FTP to your site, navigate to wp-content/themes/THE-NAME-OF-THE_THEME, download the index.php, make a back up copy, find the_excerpt() and replace with the_content()
or you can have arguments like the_content(__('(more...)'));