설명
Introduction
This plugin helps in getting number of words and characters in doc, docx, pdf and text files.
-
User can upload files on the file uploader block where plugin shortcode [file_word_count] is included.
-
The the plugin returns number of words and characters in that file and that file is also uploaded to media library.
-
You need to add an HTML element to display the value of words or characters and add following ids for total words and characters respectively : fwc-words , fwc-characters
e.g.
<div id="fwc-characters"></div>
or
<input type="text" name="words" id="fwc-words"/>
<input type="text" name="characters" id="fwc-characters"/>
- You can also call it in php file using
echo do_shortcode(‘[file_word_count]’);
Get Involved
Automatic Installation
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WordPress File Word Counter, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
In the search field type WordPress File Word Counter and click Search Plugins. Once you’ve found our plugin you can view details about it such as the the rating and description. Most importantly, of course, you can install it by simply clicking Install Now?.
Manual Installation
-
Unzip the files and upload the folder into your plugins folder (/wp-content/plugins/) overwriting older versions if they exist.
-
Activate the plugin in your WordPress admin area.
FAQ
- What document types are supported?
-
-
.docx
-
.doc
-
.pdf
-
.txt
-
-
후기
기여자 & 개발자
“WordPress File Word Counter”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.
기여자자국어로 “WordPress File Word Counter”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
1.0.0 – 01.31.2018
- Initial stable release.