I use wp-quotes plugin to spew a random quote on the sidebar of my blog and also show the quotes in a Page. The plugin facilitates both reading from a database table.
Now, the option available is to show all my quotes in one page. But I have more than 300 of them and I want to show only a certain number of them (say, 40) per page and distribute them is as many number of pages as the number multiplies.
The code of the plugin is here:
http://www.cyberbrahma.com/files/wp-quotes.php.txt
Kindly tell me how to hack the php file to effect this.
Thanks
S.K