content management system - How do I use the pages in WordPress? -
1) I am using WordPress as a CMS for site. So I want to use pages instead of posts. When I add a new page, it will make it at the address "", but when I click on the view page, this 404 page does not go to the page. Is there something that I need to set up so that the page can work?
2) Also, I would like to create a default index page, but as it is now, it will use the first post as an index page. How can I set it to show a specific page as an index page or how to create an index page on the page area?
3) I am using wp_list_pages for the list of navigation but is it in the wrong order in any way, can I re-order the pages that are visible in the navigation?
2) In the WPM administrator dashboard, on the left side, click on: Settings> Reading - Select a static page
. The page you picked for front page
will be the default index page. Post Page
will be where your most recent blog post will appear.
3) :
& lt; Ul & gt; & Lt ;? Php wp_list_pages ('sort_column = menu_order'); ? & Gt; & Lt; / Ul & gt;
In addition, further participation in search and probably will be of great help to you.
Comments
Post a Comment