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

Tag Sticky Post

설명

Tag Sticky Post allows you to mark a post to be displayed – or stuck – to the top of each archive page for the specified
tag.

Tag Sticky Post…

  • Allows you to select which tag in which to stick a post
  • Will display the post on the top of the first page of the archive just like WordPress’ sticky posts
  • Will only allow you to stick a single post per tag
  • Displays whether or not a post is stuck in a tag on the Post Edit dashboard
  • Provides light styling that should look good in most themes
  • Is available on each post editor page
  • Is fully localized and ready for translation
  • Includes a custom.css file so that you can style the plugin to look however you want

For more information or to follow the project, check out the project page.

Development Information

Tag Sticky Post was built with…

스크린샷

설치

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ Plugin Dashboard
  2. Select tag-sticky-post.zip from your computer
  3. Upload
  4. Activate the plugin on the WordPress Plugin Dashboard

Using FTP

  1. Extract tag-sticky-post.zip to your computer
  2. Upload the tag-sticky-post directory to your wp-content/plugins directory
  3. Activate the plugin on the WordPress Plugins dashboard

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

2.4.1

  • Change plugin authorship.

2.4.0

  • Changing plugin ownership

2.3.0

  • WordPress 4.2.1 compatibility

2.2.0

  • WordPress 4.1 compatibility

2.1.0

  • WordPress 3.9 compatibility

2.0.0

  • Implementing the singleton pattern
  • Adding support for custom post types
  • Adding a file to invoke an instance of the plugin
  • WordPress 3.8 compatibility

1.2

  • Introducing support for multiple tags in the querying string. So if your URL contains tag/tag1+tag2+tag3 and a post is tagged in that set, it will be highlighted.
  • Added several private helper functions to impropve code readability
  • Improved the meta data serialization process by refactoring the code

1.1.2

  • Removing the custom.css support as it was causing issues with other plugin upgrades. Will be restored later, if requested.

1.1.1

  • Improving support for adding custom.css so that the file is also managed properly during the plugin update process
  • Updating localization files

1.1

  • Updating function calls to use updated PHP conventions
  • Adding a function to dynamically create a custom.css file if one doesn’t exist
  • Verifying compatibility with WordPress 3.5

1.0

  • Initial release