• Hi Guys,

    Firstly great plugin!

    Ive noticed our job page is on the /jobs url but this is a feed and not a created page in wordpress. Do you know how I can put the analytics onto this url to see the amount of traffic we are getting through analytics ?

    Cheers,
    Greg

Viewing 1 replies (of 1 total)
  • Plugin Author Mark Wilkinson

    (@wpmarkuk)

    If you have added analytics to your sites active themes header.php file or by using a Google Analytics plugin it should have added to that page automatically. Check the source code of you page to see if it is there.

    If you are placing tracking code only on that page itself then you would want to add it using the wp_head hook. In your hooked function you can check whether you are the /jobs page by using is_post_type_archive( 'wpbb_job' ).

Viewing 1 replies (of 1 total)
  • The topic ‘Google Analytics ?’ is closed to new replies.