Title: Article Word Count
Author: pk2000
Published: <strong>28 فبراير، 2023</strong>
Last modified: 16 فبراير، 2025

---

البحث عن الإضافات

![](https://ps.w.org/article-word-count-column/assets/banner-772x250.png?rev=2872513)

هذه الإضافة **لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية**. قد لا
تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق
عند إستخدامها مع إصدارات حديثة من ووردبريس.

![](https://ps.w.org/article-word-count-column/assets/icon.svg?rev=2872512)

# Article Word Count

 بواسطة [pk2000](https://profiles.wordpress.org/pk2000/)

[تنزيل](https://downloads.wordpress.org/plugin/article-word-count-column.1.4.1.zip)

 * [تفاصيل](https://ar.wordpress.org/plugins/article-word-count-column/#description)
 * [المراجعات](https://ar.wordpress.org/plugins/article-word-count-column/#reviews)
 *  [التنصيب](https://ar.wordpress.org/plugins/article-word-count-column/#installation)
 * [التطوير](https://ar.wordpress.org/plugins/article-word-count-column/#developers)

 [الدعم](https://wordpress.org/support/plugin/article-word-count-column/)

## الوصف

This plugin adds a custom column to the list of posts and pages in the WordPress
admin area, and displays the word count for each post and page in the column. It
also makes the column sortable, so you can easily sort the posts and pages by their
word count.

### New Feature

• If a “word_count” postmeta exists, sorting by “Word Count” uses it for precise
numeric ordering.
 • Otherwise, sorting uses an approximate calculation based on
spaces.

Adds the word count of each post to the post list in the admin area and makes the
column sortable.

### Images

banner-772×250.png
 banner-1544×500.png icon-128×128.png icon-256×256.png icon.svg

## لقطات الشاشة

 * [[

## التنصيب

 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the
    plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. The plugin will automatically add a custom ‘Word Count’ column to the list of posts
    and pages in the WordPress admin area, and populate the column with the word count
    for each post and page.
 4. You can sort the posts and pages by their word count by clicking on the ‘Word Count’
    column header.

## الأسئلة المتكررّة

### Can I customize the column header text?

Yes, you can customize the column header text by using the `__()` function and passing
your custom text as the argument. For example, if you want to change the column 
header text to ‘Article Length’, you can use the following code in your theme’s 
functions.php file or in a custom plugin:

add_filter(‘manage_posts_columns’, function($columns) {
 $columns[‘word_count’] 
= __(‘Article Length’); return $columns; });

## المراجعات

![](https://secure.gravatar.com/avatar/de41e50d793ac74b69d091c96d760a223734d1a424866ccc59bd0ef477251bf3?
s=60&d=retro&r=g)

### 󠀁[works with divi for page word counts](https://wordpress.org/support/topic/works-with-divi-for-page-word-counts/)󠁿

 [Jamie](https://profiles.wordpress.org/scragglydoggames/) 6 أبريل، 2023

very happy with this, I was looking for an easy way to get a word count for all 
the pages (not posts) on my site, and various code snippets didn’t work with divi.
I installed this, activated and boom, there’s the word count so I can do it. Does
exactly what it says on the tin, good job!

![](https://secure.gravatar.com/avatar/995a9d21d7efbcf566f968bd2bce110012dacb57c549958f659b24acc9e1dc8e?
s=60&d=retro&r=g)

### 󠀁[Works well](https://wordpress.org/support/topic/works-well-2735/)󠁿

 [Oliver @ WebMatros.com](https://profiles.wordpress.org/olivernielsen/) 30 مارس،
2023

Hi Priit Thank you for this fine lil’ plugin! I had to the following lines of code(
at the end) to make the word count column sortable in the reusable blocks view: 
add_filter(‘manage_edit-wp_block_sortable_columns’, function($columns) { $columns[’
word_count’] = ‘word_count’; return $columns; }); Consider adding it to the plugin:)
Thanks again!Oliver

![](https://secure.gravatar.com/avatar/6800b0b9a5725b8c089f42054f291c1b8330111746e6bcd2ccf9dc17180df16a?
s=60&d=retro&r=g)

### 󠀁[Does one thing right](https://wordpress.org/support/topic/does-one-thing-right/)󠁿

 [pk2000](https://profiles.wordpress.org/pk2000/) 28 فبراير، 2023

Super light-weight plugin to add the word count to post and page list.

 [ إقرأ جميع المراجعات 3 ](https://wordpress.org/support/plugin/article-word-count-column/reviews/)

## المساهمون والمطوّرون

“Article Word Count” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه
الإضافة.

المساهمون

 *   [ pk2000 ](https://profiles.wordpress.org/pk2000/)

[ترجمة ”Article Word Count“ إلى لغتك.](https://translate.wordpress.org/projects/wp-plugins/article-word-count-column)

### مُهتم بالتطوير؟

[تصفّح الشفرة](https://plugins.trac.wordpress.org/browser/article-word-count-column/)،
تحقق من [مستودع SVN](https://plugins.svn.wordpress.org/article-word-count-column/)،
أو الاشتراك في [سجل التطوير](https://plugins.trac.wordpress.org/log/article-word-count-column/)
بواسطة [RSS](https://plugins.trac.wordpress.org/log/article-word-count-column/?limit=100&mode=stop_on_copy&format=rss).

## سجل التغييرات

#### 1.4.0

 * Added fallback sorting method if “word_count” postmeta is missing (approximate
   count via spaces).

#### 1.3.2

Initial release.

## ميتا Meta

 *  Version **1.4.1**
 *  Last updated **قبل سنة واحدة**
 *  Active installations **1٬000+**
 *  WordPress version ** 4.5 أو أعلى **
 *  Tested up to **6.7.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/article-word-count-column/)
 * Tags
 * [pages](https://ar.wordpress.org/plugins/tags/pages/)[posts](https://ar.wordpress.org/plugins/tags/posts/)
   [word count](https://ar.wordpress.org/plugins/tags/word-count/)
 *  [عرض متقدم](https://ar.wordpress.org/plugins/article-word-count-column/advanced/)

## التقييم

 5 من 5 نجوم.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/article-word-count-column/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/article-word-count-column/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/article-word-count-column/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/article-word-count-column/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/article-word-count-column/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/article-word-count-column/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/article-word-count-column/reviews/)

## المساهمون

 *   [ pk2000 ](https://profiles.wordpress.org/pk2000/)

## الدعم

مشكلات تمّ حلها في آخر شهرين:

     0 من 1

 [عرض منتدى الدعم](https://wordpress.org/support/plugin/article-word-count-column/)

## تبرع

هل ترغب في تقديم دعم متقدم لهذه الإضافة؟

 [ تبرع لهذه الإضافة ](https://www.dreamgrow.ee/)