• Hi.

    how do I prevent WordPress 2 from abbreviating static page content. WordPress adds: […] to the text and cuts it off – I would just like all of the text to be published.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Paste here http://pastebin.com your page.php template file, and post back the URL.

    Edit. What theme are you using? Link to the blog?

    Thread Starter checksum

    (@checksum)

    my apologies – I have checked my index.php file as I didn’t have a page.php file with my theme and the following code was responsable for abbreviating the text:

    <?php if(is_single()) {
    the_content();
    } else {
    the_excerpt();
    } ?>

    I’ve now added a page.php file and everything works fine.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘prevent abbreviation on static pages’ is closed to new replies.