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

Snappy Year Shortcode

설명

The easiest way displaying current year and copyright symbol and since year in your copyright footer text or wherever else you like on your site.
Just use shortcodes [Y] for current year and [C] for copyright symbol after plugin activation.

If you need to display the current year, and have it always kept up to date, inserting this plugin’s [y] or [y] shortcode anywhere on your web site will do just that.

If you need to display an official Copyright notice, inserting this plugin’s [C] or [c] shortcode provides the official C with a circle around it (“©”) required legally in many countries to Copyright many forms of intellectual property.

Other shortcodes of this plugin:
* Use [cy] or [CY] to display copyright symbol © and the current year together.
* Use [cc] or [CC] to display copyright symbol © and the word “Copyright”.
* Use [csy since=”2016″] to display the symbol of copyright, first year and current year (Assuming it is currently the year 2019 ex. © 2016-2019).
* Use [ccsy since=”2016″] to display the symbol of copyright (©) and the word “Copyright”, first year and current year (Assuming it is currently the year 2019 ex. © Copyright 2016-2019).

설치

  1. Upload the plugin files to the “/wp-content/plugins/snappy-year-shortcode” directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. Place one or more shortcodes in the footer copyright text or anywhere else on your site to display the actual year and/or copyright symbol.

FAQ

What are the shortcodes?
  • Use [y] or [Y] to display current year.
  • Use [c] or [C] to display copyright symbol ©.
  • Use [cy] or [CY] to display copyright symbol © and the current year together.
  • Use [cc] or [CC] to display copyright symbol © and the word “Copyright”.
  • Use [csy since=”2016″] to display the symbol of copyright, first year, current year (Assuming it is currently the year 2019 ex. © 2016-2019).
  • Use [ccsy since=”2016″] to display the symbol of copyright (©) and the word “Copyright”, first year, current year (Assuming it is currently the year 2019 ex. © Copyright 2016-2019).
How since year work?

Shortcode with since year works through attribute since=””. It supports numbers only (ex. since=”2016″).
You must enter since attribute for first year.

Example (assuming it is currently the year 2019):
[csy since=”2016″] outputs © 2016-2019
[ccsy since=”2016″] outputs © Copyright 2016-2019

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.0

  • Initial release.

2.0

  • Shortcodes and since attribute functionality added.