Get Random Page Plugin - Output Random Page from your pages # Version: 0.1 # Description: This plugin adds get_random_page($child_of) function that allows you to include the contents of a random static page in a template. This plugin selects a random page from your static pages and outputs its content. It supports child of so you can select a random page from a specific group of pages. For instance you can display a random quote, a random ad, a random tip or anything else you have. After you activate the plugin just use the function get_random_page($child_of) anywhere in your template you want to output a random page. If you specify the $child_of then the function will pick a page that is a child of the page ID you specified, else it'll pick a random page from all your pages. # Author: Aviran Mordo # Plugin Site: http://www.aviransplace.com # Author Site: http://www.aviransplace.com # Compatibility: WP 1.5 # License: GPL # Download URL: http://www.aviransplace.com/files/get-random-page.zip