Download
WAQ is a simple plugin for WP which make’s little quiz in your blog. Plugin make’s with AJAX and not required reloading of page when you answer a question.
For WAQ TOP you must insert that code into your sidebar:
<li>
<h2>WAQ TOP</h2>
<?
if (function_exists("waq_top")) {
print "<ul>";
waq_top();
print "</ul>";
}
?>
</li>
To set the WAQ add this:
<li>
<h2>WAQ</h2>
<?
if (function_exists("waq_start")) {
waq_start();
}
?>
</li>
Last version: 0.3


News // Nov 23, 2007 at 12:14 pm
[…] Waq […]
You must log in to post a comment.