mByte development header image 3

Download WAQ

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

1 Comment

1 response so far ↓

You must log in to post a comment.