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

PCF Birthday Countdown

설명

Basic Instructions

Once the plugin is installed, go to Settings > General > PCF Countdown Options to input a name and date for the countdown.

Use the shortcode [pcf_bday_countdown] to output the countdown.

The countdown will output in days by default (e.g ‘105 days until names Birthday’).

Changing output type

The shortcode can be given a ‘type’ attribute, like so:

[pcf_bday_countdown type="days|weeks|sleeps"]

This enables you to change the output type.

There are 3 types to choose from:

  • Days
  • Weeks
  • Sleeps

If you do not specify the type attribute, or specify an invalid type, it will default to ‘days’.

Example:

[pcf_bday_countdown type="weeks"]

will output as

It's `x` weeks and `y` days until `name`s Birthday!

Styling the output

Styling the output is an advanced setting, that involves writing custom CSS.

The shortcode can be given an ‘id’ attribute, which can then be used to style the output using CSS.

For example,

[pcf_bday_countdown id="my-id"]

would output in HTML as

<p id="my-id">...</p>

You can then add custom CSS through Appearance > Editor. If your theme supports custom CSS, you may be able to add your styles in Theme Options. If there is a custom css file in Editor, it is advised to use that for custom styles.

Here is an example of some custom styles:

#my-id{
    color: blue;
    font-size: 16px;
    text-decoration: underline;
}

This will set the output to be blue, underlined, and to have a font size of 16px.

설치

  1. Upload ‘pcf-birthday-countdown.zip’ to WordPress
  2. Activate the plugin once installed.
  3. Configure all settings in Settings > General > PCF Countdown Options.
  4. Place shortcode where you want the countdown to appear!

FAQ

Can I style the outputted text?

Yes! You can add an ID using the id id attribute. See ‘Description’ for more information.

Can I change the output text?

No, you need the premium version of our plugin to do this.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

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

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

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

변경이력

2.2

  • [Fixed] Fixed a bug that caused the admin notice to appear on every page.

2.1

  • [Added] Added widget feature for users who don’t want to use shortcodes. The widget takes 2 inputs: type and id, which work in the same way as the shortcode attributes.
  • [Update] Rewrote some algorithms for more robustness and efficiency.

2.0

  • [Updated] Rewrote a large amount of the output code and changed the counter so that it is accurate.
  • [Added] Added a new output for when the event is on the same day as viewing. i.e on the set date the output will be “It’s event!”.

1.3

  • [Updated] Made the plugin show the word ‘day’ instead of ‘days’ when applicable. Same applies to ‘weeks’.

1.2

  • [Updated] Changed how ‘weeks’ outputs. Makes more sense now.

1.1

  • [Added] Added a verification to make sure that the date entered is valid. (i.e if 30th of February is entered, it will automatically switch to the 28th or 29th, depending on whether it’s a leap year.

1.0

  • Published Plugin