• Dear all,

    Please help to solve this problem:

    I need to display only 1 post (full content) in frontpage when visitor click in a category button.

    Normally now when visitor click a navigation button, the post is showed but only with a few words. When visitor wants to read full content, they must click on the post title.

    What should I do now?

    Thank you very much!

Viewing 1 replies (of 1 total)
  • It depends on the theme you are using, but probably you need to locate the code ‘the_excerpt()’ in the php file that displays the page and change it to ‘the_content()’.

    If you post a link to your site, and instructions on what to click, I may be able to give more specific help.

Viewing 1 replies (of 1 total)

The topic ‘How to display post under a category?’ is closed to new replies.