Just wondered if there is a known issue with GA having trouble tracking a site which has a WordPress directory?
It seems to be able to track all of my other pages on the site, but we have a /news/ directory which is powered by WordPress and it doesn’t pick this up at all. It is obviously an issue with the fact that this directory is a WordPress blog, but there must be a way to track it with all of the other pages.
Aaahhh… Sounds like the google analytics tracking code is present on your main site pages, but is not included in the wordpress template that’s applied to that sub-section of your site.
The GA tracking code must be visible to google on every page you want to have tracked.
Try ‘View Source’ in your browser, and check wether the analytics tracking code is present.
If not, you could hard-code the GA tracking code in, or use one of the free WordPress Plugins to do it for you, like ‘Google Analytics’:
http://wordpress.org/extend/plugins/googleanalytics/
Hope this helps – post back if you’re still having problems!
Rick