Plugin Directory

Changeset 1269902


Ignore:
Timestamp:
10/20/2015 11:28:12 PM (9 years ago)
Author:
andrewsauder
Message:

1.0.8 - Fixed issue that caused link pages to duplicate content when using certain themes

Location:
local-geo-search/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • local-geo-search/trunk/classes/class.virtualpage.php

    r1250765 r1269902  
    7777
    7878            remove_action('wp_head', 'rel_canonical');
    79            
     79
    8080            // setup hooks and filters to generate virtual movie page
    8181            //add_action('template_redirect', array(&$this, 'template_redir'));
     
    169169            // -1 for current_comment displays comment if not logged in!
    170170            $wp_query->current_comment = null;
    171             $wp_query->is_singular = 1;
    172171
    173172            //as
     
    175174
    176175            $wp_query->post = $p;
    177             $wp_query->posts = array($p);
     176            $wp_query->posts = $p;
    178177            $wp_query->queried_object = $p;
    179178            $wp_query->queried_object_id = $p->ID;
  • local-geo-search/trunk/geoseo.php

    r1250765 r1269902  
    44* Plugin URI: https://www.localgeosearch.com
    55* Description: Local GEO Search creates hundreds of location specific pages on your site to target your services in your market.
    6 * Version: 1.0.7
     6* Version: 1.0.8
    77* Author: Elite Impressions, LLC
    88* Author URI: http://www.localgeosearch.com
  • local-geo-search/trunk/readme.txt

    r1250765 r1269902  
    5050
    5151== Changelog ==
     52= 1.0.8 =
     53* Fixed issue that caused link pages to duplicate content when using certain themes
     54
    5255= 1.0.7 =
    5356* Updated canonical tags
Note: See TracChangeset for help on using the changeset viewer.