THEME

1)  Upload skeletion-theme to wp_content/themes

2)  In the WordPress dashboard, go to Appearance->Themes and activate the theme


SHORTCODE PLUGIN

1)  Upload skeletion-shortcode to wp_content/plugins

2)  In the WordPress dashboard, go to Plugins->Installed Plugins and activate the plugin

3)  In the WordPress dashboard, go to Settings->Skeleton Configuration to enter some content

4)  In the WordPress dashboard, edit a page to add the [skeletonbody] shortcode


WIDGET PLUGIN

1)  Upload skeletion-widget to wp_content/plugins

2)  In the WordPress dashboard, go to Plugins->Installed Plugins and activate the plugin

3)  In the WordPress dashboard, go to Appearance->Widgets and drag & drop the Skeleton widget

Note:  there are two ways to add a widget:

 *  Add the widget code to the functions.php file in your theme, or
 
 *  Add the widget code as a plugin, as we have done in the skeleton example


