Version Description
Download this release
Release Info
Developer | bennettmcelwee |
Plugin | Search Meter |
Version | 2.7.1 |
Comparing to | |
See all releases |
Code changes from version 2.7 to 2.7.1
- readme.txt +7 -3
- search-meter.php +2 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.thunderguy.com/semicolon/wordpress/search-meter-wordpres
|
|
4 |
Tags: search, meter, search-meter, statistics, widget, admin
|
5 |
Requires at least: 2.3
|
6 |
Tested up to: 2.9.2
|
7 |
-
Stable tag: 2.7
|
8 |
|
9 |
Search Meter tracks what your readers are searching for on your blog. View full details of recent searches or stats for the last day, week or month.
|
10 |
|
@@ -22,7 +22,9 @@ To see your search statistics, Log in to WordPress Admin, go to the Dashboard se
|
|
22 |
|
23 |
= Manage Statistics =
|
24 |
|
25 |
-
There are a few
|
|
|
|
|
26 |
|
27 |
== Installation ==
|
28 |
|
@@ -34,7 +36,9 @@ If you have an older version of WordPress, download and unzip the search-meter.z
|
|
34 |
|
35 |
The Popular Searches widget displays a list of the most popular successful search terms on your blog during the last 30 days. The Recent Searches widget displays a simple list of the most recent successful search terms. In both cases, the search terms in the lists are hyperlinked to the actual search results; readers can click the search term to show the results for that search. You can configure the title of each widget, and the maximum number of searches that each widget will display.
|
36 |
|
37 |
-
To add these widgets to your sidebar, log in to WordPress Admin, go to the Appearance section and click Widgets. You can drag the appropriate widget to the sidebar of your choice, and set the title and the
|
|
|
|
|
38 |
|
39 |
= Template Tags =
|
40 |
|
4 |
Tags: search, meter, search-meter, statistics, widget, admin
|
5 |
Requires at least: 2.3
|
6 |
Tested up to: 2.9.2
|
7 |
+
Stable tag: 2.7.1
|
8 |
|
9 |
Search Meter tracks what your readers are searching for on your blog. View full details of recent searches or stats for the last day, week or month.
|
10 |
|
22 |
|
23 |
= Manage Statistics =
|
24 |
|
25 |
+
There are a few options available if you go to the Settings section and click Search Meter. Use the radio buttons to determine who will be allowed to see the full search statistics. You can also type in a list of filter words; any search terms containing these words will not show up in the Recent Searches and Popular Searches widgets.
|
26 |
+
|
27 |
+
Use the Reset Statistics button to clear all past search statistics; Search Meter will immediately start gathering fresh statistics. If you're technically-minded, you might want to check the "Keep detailed information" checkbox to make Search Meter save technical information about every search (the information is taken from the HTTP headers).
|
28 |
|
29 |
== Installation ==
|
30 |
|
36 |
|
37 |
The Popular Searches widget displays a list of the most popular successful search terms on your blog during the last 30 days. The Recent Searches widget displays a simple list of the most recent successful search terms. In both cases, the search terms in the lists are hyperlinked to the actual search results; readers can click the search term to show the results for that search. You can configure the title of each widget, and the maximum number of searches that each widget will display.
|
38 |
|
39 |
+
To add these widgets to your sidebar, log in to WordPress Admin, go to the Appearance section and click Widgets. You can drag the appropriate widget to the sidebar of your choice, and set the title and the number of searches to display.
|
40 |
+
|
41 |
+
The widgets only display successful searches, so they will only display words that actually appear in your blog. If you still want to prevent some of these words appearing in the widgets, you can add search filter words in the Search Meter settings page.
|
42 |
|
43 |
= Template Tags =
|
44 |
|
search-meter.php
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
Plugin Name: Search Meter
|
4 |
Plugin URI: http://www.thunderguy.com/semicolon/wordpress/search-meter-wordpress-plugin/
|
5 |
Description: Keeps track of what your visitors are searching for. After you have activated this plugin, you can check the Search Meter section in the Dashboard to see what your visitors are searching for on your blog.
|
6 |
-
Version: 2.7
|
7 |
Author: Bennett McElwee
|
8 |
Author URI: http://www.thunderguy.com/semicolon/
|
9 |
|
10 |
-
$Revision:
|
11 |
|
12 |
|
13 |
INSTRUCTIONS
|
3 |
Plugin Name: Search Meter
|
4 |
Plugin URI: http://www.thunderguy.com/semicolon/wordpress/search-meter-wordpress-plugin/
|
5 |
Description: Keeps track of what your visitors are searching for. After you have activated this plugin, you can check the Search Meter section in the Dashboard to see what your visitors are searching for on your blog.
|
6 |
+
Version: 2.7.1
|
7 |
Author: Bennett McElwee
|
8 |
Author URI: http://www.thunderguy.com/semicolon/
|
9 |
|
10 |
+
$Revision: 244492 $
|
11 |
|
12 |
|
13 |
INSTRUCTIONS
|