이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

TimeSpan

설명

Welcome to TimeSpan

The plugin ships with default settings, but allows you to change everything from: the message shown for a post that will take less than one minute; the message shown for any post over 1 minute; and the words-per-minute used to calculate the reading time.

Setup

Once the plugin is activated, you have two options: you can include it in your theme files (handy for WordPress developers), or you can let us do all the heavy lifting with automagic setup.

Include TimeSpan in Your Theme Files

  1. Head over to the TimeSpan menu under Settings
  2. Fill out the options on that page
  3. Place the ‘echo do_shortcode(‘[time-span]’)’ shortcode wherever you’d like the data to show up in your theme file (e.g. page-home.php).
  4. Click the blue “Save Changes” button.

That’s it!

Automagic Setup

The Automagic Setup will automatically insert the calculated time to read at the top of each of your posts. Here’s how to do that:

  1. Head over to the TimeSpan menu under Settings
  2. Fill out the options on that page
  3. Check the box at the bottom labeled “Automatically insert the time to read at the top of Posts”.
  4. Click the blue “Save Changes” button.

That’s it!

Are you guys for hire?

We sure are. We’re a custom design & WordPress development shop. If WordPress can do it, we can do it. Drop us a line!

설치

  1. Upload the timespan folder to the /wp-content/plugins/ directory
  2. Activate the TimeSpan plugin through the ‘Plugins’ menu in WordPress
  3. Configure the plugin by going to the TimeSpan menu that appears in your admin menu (under Settings).

FAQ

How are you calculating the time to read the post?

We grab the word count of the post, provided by WordPress, and divide that by an average words per minute (WPM). The plugin defaults to 250wpm, which we got from this Wikipedia entry on reading rate and reading for comprehension.

My audience has a unique reading rate / reads at a different WPM. Can I change this?

You sure can – just enter the WPM of your average reader in the “Average Reading Words per Minute” field, found in the TimeSpan menu under settings.

Can I style the text TimeSpan spits out?

Yep. Just target the .timespan class to target the type, and the .ts-time class to target & style the numeral itself.

Are you guys for hire?

We sure are. We’re a custom design & WordPress development shop. If WordPress can do it, we can do it. Drop us a line!

후기

2016년 9월 3일
This plugin works well and is made well with multiple fun little features that others didn't have. I wanted to use it except it's missing the ability to show the data on archive pages such a homepage or category feed. This seems really standard to me since that's where users scan the content to see what to read. Others allow me to place the shortcode in my post-meta and have it appear on archive loops; this one, nothing until you're viewing the single post. #Bummer.
모든 6 평가 읽기

기여자 & 개발자

“TimeSpan”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “TimeSpan”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.10

Account for posts which are greater than one minute, and less than two minutes, as per request from @florushj

1.0.2

Account for prebuilt themes using custom content filters

1.0

Initial Plugin Launch (September 30, 2014)
* Plugin First Launches