• I created a site in wordpress.
    now i need to create a blog section in it.

    than which page I make a landing page to display all posts of that blog(like page.php)

    and I also used content-single for my existing website, than for blog, how to configure it,

    or make it another file and call in single.php

    using <?php get_template_part( 'content-single', get_post_format() ); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • WordPress initially uses index.php as the home page. From a basic WordPress install, all you need to do is write a post and it will be displayed on the home page. In your administration page, you can edit the Appearance/Menu to set tabs for Home and your other main links of your site as you create your pages. Leave index.php as Home and use the Menu to link to other pages. Also in Appearance / Widgets, move the widgets for you Recent Posts, Recent Comment, and whatever else you want to show up in your sidebar so people can navigate to posts, categories, etc.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to create a blog section in our wordpress site’ is closed to new replies.