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 Theme Options -> Slider. Enter a title for the slide, upload an image via the Image custom field and enter description for the slide.
This is the template that will be used by all pages by default.
The template uses information from Page Settings custom panel fields. On each page, we can choose which team members to display at the bottom.
The home page is divided into three sections.
The top section shows the slider.
The middle section pulls content from the latest posts in the blog and displays the content from the editor.
The bottom section shows the entries information from Home Page Settings custom panel.
This template shows an image of a human body. The dot areas are entries from Injuries custom post type. Every injury's content can be displayed next to the body, by clicking on it.
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 display the content in a box with 50% width. Example:
[column]
Your content goes here..
[/column]