Plugin Directory

Changeset 1458488


Ignore:
Timestamp:
07/21/2016 07:13:01 PM (10 years ago)
Author:
clickfunnels.com
Message:

Determine the home page the proper way.

Location:
clickfunnels/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clickfunnels/trunk/clickfunnels.php

    r1458487 r1458488  
    2929    // Let's see if we should do anything about this page request
    3030    public function process_page_request() {
    31         if (is_home()) {
     31        if (is_front_page()) {
    3232            if ($this->get_home()) {
    3333                status_header(200);
  • clickfunnels/trunk/readme.txt

    r1458484 r1458488  
    77Requires at least: 4.3
    88Tested up to: 4.5.2
    9 Stable tag: 3.0.6
     9Stable tag: 3.1.0
    1010
    1111Connect your ClickFunnels pages to your WordPress blog. Create custom pages, set as homepage or 404 page with easy setup.
     
    104104
    105105* Adds option to download page content instead of displaying it in an iframe
     106* Fix setting of homepage issue
    106107
    107108= Version 3.0.6 =
Note: See TracChangeset for help on using the changeset viewer.