I’m always interested to know how people found this site and I enjoy reading some of the search terms that land people here. A few weeks ago I wrote a very basic script that pulls search terms from my database and displays 10 random terms for the user. I decided to go ahead and make this a plugin.
Feel free to download it for use on your site.
Details: This plugin simply pulls 10 random search phrases from the wp-stattraq table in your database. The search terms will change with every page load. The search terms link to google’s search of that phrase.
Instructions:
1. Download and install the StatTraq plugin from Randy Peterman (If you already have it installed, skit to Step 2.
2. Rename get-random-search-terms.php.txt to get-random-search-terms.php.
3. Upload the get-random-search-terms.php to your wordpress plugin directory: wordpress_root/wp-content/plugins
4. Activate the plugin from the wp-admin menu.
5. Decide where on your page you want to place the random search terms and then call the function: get_search_terms()
6. To style the search terms, modify styling information for the class called: search_terms
Usage:
To use, add the following to your sidebar menu or place of your choice:
get_search_terms();
Related Website: Search Marketing




