Website Optimizer For WordPress
In the wp_plugin folder of the Website Optimizer Download package, you can find the file wp_multivar.php which is a WordPress Plugin.
After installing the Website Optimizer, upload wp_plugin/multivar.php to your WordPress plugins directory. Then Activate the plugin in your WordPress Control Panel.
The plugin is called Multivar.
The next step is to go to the Settings and select Website Optimizer Options. Here you need to enter the URL of multivar.php that is in the Website Optimizer Directory.
Also, set the ID of the Group of Elements as defined in the Website Optimizer Groups Admin page (this is likely to be 1). Only one Group of Elements is supported per Blog.
Now the plugin is active and able to communicate with the Website Optimizer Script.
Next, you need to insert Place Holders in your WordPress Template (files in the Theme Directory) for where you want the Elements that are being optimized to appear.
This is done by adding code in the following format:
<?php multivar_element(n); ?>
Where n is the ID number for the Element as defined in the Website Optimizer Elements Admin page.
See Editing PHP Files.
Now, when you view your Blog, the Variations of the Elements should be visible.