Forums

[resolved] Front page posts not formatted with HTML (3 posts)

  1. leelalove
    Member
    Posted 4 months ago #

    Hello ~ Am working on http://www.bodyworker.org.
    Problem is that the blog posts on front page are not displaying with html. If I click on an individual post, like http://www.bodyworker.org/welcome-friends/, it does display correctly.

    I searched the forum and found this thread that is the same issue, but I don't think the solution solves my problem. http://wordpress.org/support/topic/html-not-being-formatted-correctly-on-home-page?replies=8,

    Thanks for help!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 4 months ago #

    Your theme may be using <?php the_excerpt();?> instead of <?php the_content();?> in its template files. Try editing the index.php template file and replacing <?php the_excerpt();?> with <?php the_content();?>

  3. leelalove
    Member
    Posted 4 months ago #

    Thank you! I am using the Suffusion theme and was able to access options to change from excerpt to full content.

Reply

You must log in to post.

About this Topic