Forum Replies Created

Viewing 1 replies (of 1 total)
  • marquartnicolas

    (@marquartnicolas)

    Hello,

    My Home also get the views. In the plugin data-sources / google_analytics.php add the line

    if (empty ($ url_path)) $ url_path = ‘/’; # 250

    thus leaving

    $ Url_parts = parse_url ($ full_url);
    $ Url_path = rtrim ($ url_parts [ ‘path’], ‘/’);
    if (empty ($ url_path)) $ url_path = ‘/’;

    and got the views for my homepage, clearly this solution is not very good, is there any other?

    But there is a solution could add some custom field in the editing entries / pages to add hand a URL in particual and take that instead of the permalink, in the absence of the field value takes the permalink as it has done Until now.

Viewing 1 replies (of 1 total)