• Hi everyone,

    Please kindly help to solve this problem:

    I create a category named “CONTACT US”, and when people click on button “CONTACT US” in menu bar, they will see all information.

    So I wrote a new post with full info (about 9 lines), put it in CONTACT US category, without a post title (so visitors will see contact info only).

    However when I published that post, clicked on CONTACT US, it displays only 6 lines, the rest of the post isn’t displayed, but only […] instead.

    Please kindly help to see why it doesn’t display full info?

    Thank you very much!

    Have a nice day!

Viewing 1 replies (of 1 total)
  • jonidontcry,

    This sounds like an excerpt code issue. Check in the templates for:

    <?php the_excerpt(); ?>

    and replace with:

    <?php the_content(); ?>

Viewing 1 replies (of 1 total)

The topic ‘Link a category to a single post’ is closed to new replies.