Creating posts and pages in WordPress
Before creating posts or pages, you should have a high-level understanding of WordPress constructs – particularly posts and pages. This is not complicated stuff but is important. To write a post:
- Log in to your WordPress Administration Panel with the user name – http://YourSite/wp-admin/
- Click the Posts tab on the left
- Click the “Add New” Sub Tab
- Fill in the form making sure to include a meaningful title
- As needed, select a category, add tags, and make other
selections from the sections below the post. Each of these
sections is explained here:http://codex.wordpress.org/Writing_Posts
- When you are ready, click Publish.
If you find that you are confused, take a moment to re-read the WordPress constructs page.
To create pages, you follow roughly the same steps as above except that in step 2 you go to Administration > Pages > Add New tab
Categories: Wordpress