This tip describes how to show the posts from a specific category on the Home page.

  1. Create new Page. This Page will be used as Front page:

    wp-add-page.png

    Let's call it "Home".

  2. Go to the WP Admin Panel >> Settings >> Reading and set this page as front page:

    wp-reading-settings.png

  3. Now you should make so that Home page show the posts from the specific category. For this you need Category Slug.
    Go to the WP Posts >> Categories >> find the Slug of the desired category:

    wp-categories2.png

  4. Now go to the WP Pages >> find "Home" page >> click "Edit" >> find "Theme Options" block and enable "Show Custom Categories" option. In the field below specify the slug of the category:

    wp-categories1.png

    Note: You can specify a single category Slug or a comma separated list of Slugs. leave empty to show all posts.

This tip describes how to show the posts from a specific category on the Home page. 2. Create new Page. This Page will be used as Front page: !wp-add-page.png! Let's call it "Home". 1. Go to the **WP Admin Panel** >> **Settings** >> **Reading** and set this page as front page: !wp-reading-settings.png! 3. Now you should make so that Home page show the posts from the specific category. For this you need **Category Slug**. Go to the WP **Posts** >> **Categories** >> find the **Slug** of the desired category: !wp-categories2.png! 4. Now go to the WP **Pages** >> find **"Home"** page >> click "Edit" >> find "**Theme Options**" block and enable "**Show Custom Categories**" option. In the field below specify the slug of the category: !wp-categories1.png! **Note:** You can specify a single category Slug or a comma separated list of Slugs. leave empty to show all posts.