Changeset 1269902
- Timestamp:
- 10/20/2015 11:28:12 PM (9 years ago)
- Location:
- local-geo-search/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
local-geo-search/trunk/classes/class.virtualpage.php
r1250765 r1269902 77 77 78 78 remove_action('wp_head', 'rel_canonical'); 79 79 80 80 // setup hooks and filters to generate virtual movie page 81 81 //add_action('template_redirect', array(&$this, 'template_redir')); … … 169 169 // -1 for current_comment displays comment if not logged in! 170 170 $wp_query->current_comment = null; 171 $wp_query->is_singular = 1;172 171 173 172 //as … … 175 174 176 175 $wp_query->post = $p; 177 $wp_query->posts = array($p);176 $wp_query->posts = $p; 178 177 $wp_query->queried_object = $p; 179 178 $wp_query->queried_object_id = $p->ID; -
local-geo-search/trunk/geoseo.php
r1250765 r1269902 4 4 * Plugin URI: https://www.localgeosearch.com 5 5 * Description: Local GEO Search creates hundreds of location specific pages on your site to target your services in your market. 6 * Version: 1.0. 76 * Version: 1.0.8 7 7 * Author: Elite Impressions, LLC 8 8 * Author URI: http://www.localgeosearch.com -
local-geo-search/trunk/readme.txt
r1250765 r1269902 50 50 51 51 == Changelog == 52 = 1.0.8 = 53 * Fixed issue that caused link pages to duplicate content when using certain themes 54 52 55 = 1.0.7 = 53 56 * Updated canonical tags
Note: See TracChangeset
for help on using the changeset viewer.