This document describes how to install and use your WordPress theme.
Go to Appearance » Themes and activate the theme
Delete the stock/default page and post that Wordpress creates upon installation
Open the provided export.xml file and replace all occurrence of this string {% UPLOADS_DIR %} with one of the following:
If your blog resides in the root of your public html directory:
http://<YOUR WEBSITE HOST>/wp-content/uploads
If it is in a "virtual directory" deeper than your public html directory:
http://<YOUR WEBSITE HOST>/<VIRTUAL DIRECTORY PATH>/wp-content/uploads
Go to Tools » Import and import the export.xml with the updated uploads directory
Go to Settings » Reading and set the following:
Go to Appearance » Menus and setup the menus.
Go to Settings » Hello World and setup plugin options
The content of the slider is handled through the Slides custom post type. Enter a title for the slide, upload an image via the Image custom field and enter a link for the image to point to, using the Link field.
Go to Theme Options » General and setup theme options
Each page can have a unique sidebar associated with it, or a couple of pages could share a common sidebar. In order to determine which sidebar should be visible on each page, edit the page and choose an existing sidebar, or create a new one, by selecting the corresponding item from the Sidebar dropdown that appears on the right.
After that go to Appearance » Widgets to set up the widgets that would appear in the sidebar.
Use this shortcode to create lists. Example:
[list]
And also say something else.
[/list]
Use this shortcode to create buttons. Example:
[button link="#" text="Example button"]