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

Auto Copyright

설명

Automatically generates a copyright notice based on the first and last post published in the WordPress database. The notice can be placed anywhere in the web site template or included as a short code within a post itself.

The plugin includes the following theme functions:

  • thisismyurl_autocopyright_article( 'format=#c# #y# #sitename#. All Rights Reserved.' ) – Will display the copyright for a specific article, must be called from within the Loop.

  • thisismyurl_autocopyright( 'Copyright ( #c# ) #from# - #to#' ) – Will display the full copyright for the site

This plugin is maintained by Phill Coxon (http://phillcoxon.com) or you can find him on Twitter at http://twitter.com/phillcoxon/

업데이트

Donations

If you would like to donate to help support future development of this tool, please visit http://phillcoxon.com/wp/

Original Developer

This plugin was originally created by Christopher Ross before being taken over by Phill Coxon in Jan 2016

설치

To install the plugin, please upload the folder to your plugins folder and active the plugin.

FAQ

Where can I get more information, or technical support for this plugin?

Technical support is available for free from the WordPress community on https://wordpress.org/.

How do I display the results?

Insert the following code into your WordPress theme files:

echo thisismyurl_autocopyright();
Reformatting the results

You can change how the plugin functions by adding the format option to the function as follows: The plugin recognizes #from# and #to# as valid placeholders.

echo thisismyurl_autocopyright('format=Copyright (#c#) #from# - #to#');

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

2.2.0 (March 31st, 2013)

  • Added title area and format to Widget
  • Minor code cleanup

2.1.3 (September 18. 2012)

  • fixed display bug (thanks pgale2!)
  • removed need for ‘format=’ on fetch
  • cleaned up options code

2.1.2 (September 13. 2012)

  • minor code cleanup and documentation formatting

2.1

  • added thisismyurl_autocopyright_article shortcode

2.0.0

  • Added Widget support
  • Removed excess code
  • Optimized code for WordPress 3.2
  • Replaced wpdb() calls with get_posts()
  • added copyright symbol by default

1.2

  • Updated admin
  • Added #c# symbol for copyright symbol

1.1.8

  • Removed versioning scripts
  • Update links
  • Added footer comment

1.1.7

  • update to plugin updater

1.1.2

  • updated website links

1.1.1

  • added format option
  • added admin menu

1.0.0 (2009-05-07)

  • official release
  • Fixed a link in the readme.txt file

0.2.3 (2009-03-16)

  • Added the change log

0.2.3 (2009-03-26)

  • Happy Birthday to me