• Resolved ChaunD

    (@chaund)


    The posts on my home page are limiting the number of words/characters displayed to the visitor. After X amount of characters, the rest of the meta data is cut-off and linked to a new page where the complete meta data is displayed.

    How do I remove this limit so that I can get the full-text? I have already tried changing the settings (Reading -> For each article in a feed, show -> Full Text).

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your theme’s home page template file may be using <?php the excerpt();?> instead of <?php the_content;?> in its template files. Simply edit the relevant template files and replace <?php the excerpt();?> with <?php the_content;?>.

    Thread Starter ChaunD

    (@chaund)

    Thanks esmi, that did the trick. That was easier then trying to find the function that was being used and changing the variable constant.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing character limit on home page posts’ is closed to new replies.