• jf80

    (@jf80)


    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!

Viewing 1 replies (of 1 total)
  • Michael

    (@alchymyth)

    you could try and replace this code
    <?php another_entry_post(1000); ?>

    with
    <?php the_content('read more'); ?>

    or dig through the theme files to find the function ‘another_entry_post()’ – possibly in functions.php – and then edit it.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove … from end of post and add paragraph formatting’ is closed to new replies.