Stats on Non-WordPress Content
-
We use our WordPress theme on a custom application that runs alongside our WordPress site. We wrap the WordPress theme around our content using:
<?php include($_SERVER['DOCUMENT_ROOT'].'/wp-load.php'); get_header(); ?> Non-WordPress content <? get_footer(); ?>Which works nicely, however the pages in our application don’t register on the WordPress/Jetpack stats. Is there a way to get WordPress to include stats on this content?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Stats on Non-WordPress Content’ is closed to new replies.