Development mode automatically gets enabled if you don’t have a period
in your site’s hostname, i.e. localhost. If you use a different URL,
such as mycooltestsite.local or something, then you will need to
define the JETPACK_DEV_DEBUG constant.
I’m using Jetpack to retrieve the number of views for each blog post.
Is there a way to use this to generate a call to the most viewed posts and list them?
How would one move the sharedaddy buttons included in Jetpack to be placed before a post’s or page’s content, rather than after it? I see that in sharing-service.php
the function that prints the buttons is hooked to the_content filter hook: add_filter( 'the_content', 'sharing_display', 19 );