I would like to have a page that just displays the top 10 hosts. I some how managed to have the table display on the home page but can not figure out for the life of me how to get the table to be displayed on a stand alone page within wordpress.
I would also like to add a suggestion that may help out those with a little less coding experience. On the documentation page it would be great if you could see rate the codes would like. I know the output is shown but not shown in a visual of it what it looks like when you enter the code. Just avoid confusion I guess a picture of what the function actually does might make it a bit easier to use the documenation page.
Thanks in advance for help.
There are two ways to do this:
1) Get a plugin like Exec-PHP that lets you put PHP code into the body of a post/page, then copy the comparison_table() code into your page body.
2) Create a Page Template which contains the comparison_table() code and use that for the page
http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates
Sending ...