API for Post Stats for Self-Hosted WordPress using JetPack [closed]

There is indeed a Stats API that will allow you to access stats from a WordPress.com or a Jetpack site. You can read more about it here: http://stats.wordpress.com/csv.php http://phoxis.org/2011/04/24/wordpress-com-stats-api/ http://wpgr.org/2013/03/02/rendering-jetpack-stats/ Jetpack uses this API to populate the Top Posts widget: http://plugins.trac.wordpress.org/browser/jetpack/tags/2.5/modules/widgets/top-posts.php#L223

Implications of changing wordpress.com associated with Jetpack [closed]

Your stats and subscribers are stored on WordPress.com, and associated to your site URL. The WordPress.com account used to connect Jetpack to WordPress.com doesn’t matter. If you disconnect Jetpack from WordPress.com and then reconnect with another WordPress.com account, all the data associated to that site URL will be back in your dashboard. You won’t lose … Read more

How to search and replace text in all posts of a wordpress.com blog (NOT wordpress.org one)?

You have at least three different ways: 1) Edit directly in the database. The content of the post is stored in post_content column of wp_posts table. Since you are running your own WordPress, you should have full access to that. Just use SQL to do search and replace. Remember, the table content is sort-of HTML, … Read more

Creating external apps WordPress / How they work

WordPress features a very rich XML-RPC interface that you can work with from external applications. It provides you access to most of the functionality you’d have directly in the admin – write posts, edit posts, edit comments, create/edit categories, manage site options, upload files, etc. As a matter of fact, certain third-party applications are already … Read more

Migrating from WordPress.com to self-hosted site and autoforward visitors?

The easiest way to do this without losing your traffic is to use the WordPress.com Site Redirect. It keeps the yourblog.wordpress.com address active and points traffic to your new yourblog.com domain. You would be essentially paying the registration fee for your old domain at $12.00/year. Periodically through this process you should be informing your readers … Read more