WordPress – Posts and Categories

WordPress – Posts and Categories

Adding a category

Review the following link for more info on adding categories: http://codex.wordpress.org/Manage_Categories_SubPanel

  1. Log in to your WordPress Administration Panel (Dashboard).
  2. Click the Post tab
  3. That done, click Categories for blog posts
  4. Type in the name of your new category
  5. With that done, click the Add New Category button

Creating a blog post

  1. Log in to your WordPress Administration Panel (Dashboard).
  2. Click the Posts tab
  3. And click the Add New tab
  4. Type in your post content. For more info on adding posts, please review the following link http://codex.wordpress.org/Posts_Add_New_SubPanel
  5. And finally click the Publish button

Creating a blog post

Review the following link for more info about post formats: http://codex.wordpress.org/Post_Formats

Creating a slider post (slide)

Slides are essentially custom post types http://codex.wordpress.org/Post_Types#Custom_Types. which means that they are different from common posts, such as blog posts, portfolio posts etc. That allows us to manage the content of the site really easy.

The following slider runs on Nivo Slider.

Please note, your template may use another slider plugin. Please refer to your template documentation for the most accurate information.

  1. Log in to your WordPress Administration Panel (Dashboard).
  2. Click the Slider tab
  3. And now click the Add New tab
  4. Insert your slider title.
  5. Upload your image with the help of the Featured Image option (click the Set featured image link)
  6. You can use the following custom fields for your slider:
    • slider-url – link for the slider image.
  7. For the slider description please use the post edit option. The slider description can contain the HTML-markup, f.e:
    1
    2
    3
    <h2>Integrate.</h2>
    <p>Lorem ipsum dolor sit amet, consec tetuer adipiscing elit.</p>
    <a href="#" class="button">Read More</a>
  8. And click the Publish button

Adding a portfolio post

Portfolio items are essentially custom post types http://codex.wordpress.org/Post_Types#Custom_Types. which means that they are different from common posts, such as blog posts, portfolio posts etc. That allows us to manage the content of the site really easy.

  1. Log in to your WordPress Administration Panel (Dashboard).
  2. Click the Portfolio tab
  3. And now the Add New one
  4. Fill in all the required fields (title, content)
  5. Upload your image with the help of the Featured Image option (click the Set featured image link)
  6. The following options are available for a porfolio post:
    • lightbox-url – path to the large image. Once clicked it’ll pop up with the help of prettyPhoto
  7. And push the Publish button

Adding a Testimonials post

  1. Log in to your WordPress Administration Panel (Dashboard).
  2. Click the Testimonials tab
  3. And click the Add New tab
  4. Fill in all the required fields (title, content)
  5. Upload your image with the help of the Featured Image option (click the Set featured image link)
  6. You can use the folowing custom fields for this sort of posts:
    • testimonial-name – authors’s name
    • testimonial-url – author’s link
  7. Hit the Publish button

Adding an FAQs post

  1. Log in to your WordPress Administration Panel (Dashboard).
  2. Click the FAQs tab
  3. And now the Add New button
  4. Since it is a question/answer type of post, the title of the post is the question and the content is the answer.
  5. Click Publish

Adding an Our Team post

  1. Log in to your WordPress Administration Panel (Dashboard).
  2. Click the Our Team tab
  3. And now the Add New button
  4. Fill in all the required fields (title, content)
  5. Upload your image with the help of the Featured Image option (click the Set featured image link)
  6. Click Publish

Adding a Service post

  1. Log in to your WordPress Administration Panel (Dashboard).
  2. Click the Services tab
  3. And now the Add New button
  4. Fill in all the required fields (title, content)
  5. Upload your image with the help of the Featured Image option (click the Set featured image link)
  6. Click Publish

Please note, these are the most used custom posts types of our templates. Your particular template may include different posts types with different names and appearance. Please refer to your template documentation for the most accurate information.