Five steps for WordPress as a CMS

Source: Internet
Author: User
Tags blank page

CMS is short for content management system, meaning "Content Management System ".

WordPress is a very powerful Blog system with many plug-ins, which is easy to expand. What's more, the website developed with WordPress is more concise and beautiful.

Using Wordpress to build a CMS is very simple and requires only five steps without complicated coding.

  1. Create a page, name it "home", and set the page number (page order) to 0.
  2. Add a row at the top of index. php <? PHP/* Template Name: weblog */?> .
  3. Create a blank page named "weblog", set the page number to 99, and bind it to the "weblog" template just added.
  4. On the Management page, choose Options> reading from the menu, select the home page as the front page, and select the weblog page as the posts page ".
  5. If you want to create a navigation menu, you can use the function: wp_list_pages ('sort _ column = menu_order & title_li = '). (If you use some theme, this function may already be included .)

Next, you can create a series of pages as CMS Content. However, we recommend that you set the numbers of these pages between 0 and 99. This ensures that the first page of the navigation menu is "home" and the last is "weblog. Of course, you can also make adjustments as needed.

 

Original English:WordPress as CMS in five steps

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.