• I’ve tried to make this work on every release but it never does. If I choose static home page, even after creating the pages and assigning them in Menu, the blog posts do not appear on my new blog page.

    Regarding the Reading setting. I want my posts page to show summaries of my posts but all I get is the full posts.

Viewing 1 replies (of 1 total)
  • Hi KikiUnhinged,

    In order to show your post summary on your home page you can:

    1) The Easiest solution :

    use the <!–more–> tag (text view while editing your posts) or click on the “more” button (visual view while editing your post) at the point you want the post’s content to stop displaying on the front page.

    2) The hardest solution:

    On your your theme’s home.php (if you have one) or your index.php you have to replace <?php the_content(); ?> with <?php the_excerpt(); ?>

    I hope I have been helpful!!

    Hernan

Viewing 1 replies (of 1 total)

The topic ‘Static Home Page & post summary’ is closed to new replies.