ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

BE Stats

وضاحت

This is a helper plugin to allow you to build WordPress queries using WordPress.com stats.

This plugin uses the WordPress.com stats (packaged in Jetpack) to find out your most popular posts. You must be running Jetpack for this plugin to work. I recommend running Jetpack for at least 30 days to get useful data.

It asks for the 100 most popular posts over the past 30 days. This includes both posts and pages, since their stats don’t let you filter based on post type. I filter this list down to just posts and then store its ranking as post meta (‘be_stats’).

You can write custom queries to list popular posts, or use the Display Posts Shortcode plugin to do it for you. Examples using the shortcode plugin:

[display-posts orderby=”popular”] – Lists the 10 most popular posts
[display-posts orderby=”popular” posts_per_page=”4″] – Lists the 4 most popular posts
[display-posts orderby=”popular” posts_per_page=”4″ tag=”basic”] – Lists the 4 most popular posts tagged “basic”

For Developers

There are a few filters available to you for customization. Refer to the plugin’s code for more information.

be_stats_args – arguments passed to WordPress.com Stats API.
Default: array( ‘days’ => 30, ‘limit’ => 100 )
Example: http://www.billerickson.net/code/customize-be-stats-arguments/

be_stats_update – Conditional for determining if stats data should be saved
Default: ‘post’ == get_post_type()
Example: http://www.billerickson.net/code/be-stats-change-ranking-conditions/

جائزا

ھن پلگ ان لاءِ ڪي به رايا ناھن.

تعاون ڪندڙ & ڊولپرز

“BE Stats” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

ترجمو ڪريو “BE Stats” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

1.1.1

  • Bump up the “Tested to” version

1.1

  • Fix PHP Notice, props jjeaton

1.0

  • Initial Version