- Unpack the ZIP-archive
- Delete or deactivate any previous versions of this plugin.
- Copy or upload the folder
wp-simile-timeline to the /wp-content/plugins/directory
- Activate the plugin through the WordPress plugins page
- Include
<?php stl_simile_timeline(); ?> or the shortcode [similetimeline] in your page or post
- Specify the page ID of the page where you included the Timeline on the Options > SIMILE Timeline page
This will output the necessary JavaScript and CSS in the HTML head
(Set this value to 0 to include the Timeline script on all pages)
- Enable categories on the Timeline options page
Documentation
You can either use a PHP template tag or WordPress shortcode.
[similetimeline]
<?php stl_simile_timeline(); ?>
For your convenience there is a documentation section within the plugin's option page.