I am using the Hamas theme and would like to remove the ... from the end of the post which is displayed even when I view it in full.
In the single.php this is set to
<?php another_entry_post(1000); ?>
so I changed it to <?php another_entry_post(5000); ?> and it now displays all of my posts (so far) but still adds the ... at the end.
Any ideas how to remove them?
Also the theme won't let me do any paragraph formatting. The text just comes out as one big lump. Any ideas how I can change that?
Many thanks!