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 {{ CPT }} 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.
This is the template that will be used by all pages by default.
The template uses information from the {{ custom-field }} custom field, situated in the {{ panel }} panel under the WYSIWYG editor.
The home page is divided into three sections.
The top section shows the content you enter for the homepage.
The middle section pulls content from the latest posts in the blog, showing a featured image for each of them (the featured images are set when editing the post).
The bottom section shows a random testimonial.
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 ... . The shortcode supports the "message" attribute. Example:
[hello_world message="Say Hi!"]
And also say something else.
[/hello_world]