Plugin Directory

Changeset 1497041


Ignore:
Timestamp:
09/16/2016 04:44:39 PM (10 years ago)
Author:
mthomas9
Message:

Update for page number in newer wordpress versions

Location:
purlem-personal-url-marketing
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • purlem-personal-url-marketing/trunk/purlem.php

    r1469246 r1497041  
    44Plugin URI: http://purlem.com
    55Description: Personalize your blog to visitors and track results with Personalized URLs (PURLs). <strong>The Plugin Requires a <a href='http://www.purlem.com'>Purlem Account</a>.</strong>
    6 Version: 1.3.5
     6Version: 1.3.8
    77Author: Marty Thomas
    88Author URI: http://purlem.com/company
     
    8383    $uri = explode('/',$uri_addslash);
    8484    if(!$_GET['page']) $_GET['page'] = $uri[2];
    85     if(!$_GET['page']) $_GET['page'] = 1;
    8685    if(!is_numeric($_GET['page'])) $_GET['page'] = $uri[3];
    8786    if(!is_numeric($_GET['page'])) $_GET['page'] = $uri[4];
     87    if(!is_numeric($_GET['page'])) $_GET['page'] = 1;
    8888
    8989    if(get_option('purlapi') == 'file_get_contents') {
  • purlem-personal-url-marketing/trunk/readme.txt

    r1469246 r1497041  
    44Link: http://purlem.com/
    55Requires at least: 2.1
    6 Tested up to: 4.5.3
    7 Stable tag: 1.3.7
     6Tested up to: 4.6.1
     7Stable tag: 1.3.8
    88
    99Personalize your blog to visitors and track results with Personalized URLs (PURLs). The Plugin Requires a Purlem Account.
    1010
    1111== Description ==
    12 Requires an active Purlem account, and a Linux Server with PHP5+ installed.
     12Requires an active Purlem account.
    1313
    1414The Plugin will turn your blog into a Personal URL landing page fully integrated with Purlem's marketing system.  A sample Personal URL (PURL) would be 'www.myblog.com/Joe.Smith', where 'Joe.Smith' would be variable for each person in your campaign.
Note: See TracChangeset for help on using the changeset viewer.