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

Featured Posts and Custom Posts

설명

When working on WordPress themes, we tend to use a lot of custom post types. This gives the end- user custom little sections to manage content in. Often enough we see the need to be able to feature posts or custom posts of custom post types (cpts).

This can be accomplished by using a bunch of different Featured Posts Plugins. And we probably have used all of them over the years. To date we have yet to find one that didn’t conflict or break somehting in our WordPress themes. So we created our own, to be specifc we created our own to be easily used with Posts, Custom Posts, and with the Simple Page ordering plugin that we install on every WordPress Theme that we develop.

To use:

  1. Download the feature-posts-and-custom-posts.zip file to your computer.
  2. Unzip the file.
  3. Upload the feature-posts-and-custom-posts folder to your /wp-content/plugins/ directory.
  4. Activate the plugin through the Plugins menu in WordPress.
  5. In your theme and in the template you need the featured functionality uses a custom query like this query_posts("post_type=professionals&posts_per_page=-1&meta_key=_jsFeaturedPost&meta_value=yes"); to grad all of the featured posts.

For Plugin and Theme development requets email us at info@reactivedevelopment.net or go here http://www.reactivedevelopment.net/. If you have questions or requests for this plugin go here https://wordpress.org/support/plugin/featured-posts-custom-posts, for quick and paid support message us here at http://www.reactivedevelopment.net/contact/send-message/.

New in Version 2.0
1. New js_featured_is_post_featured( postID[int] ) function
2. short cut is_post_featured( userID[int] ) function
3. js_featured_return_all_featured() function that returns an array of featured posts
4. New widget added
5. Post class “jsFeatured” on archive templates added if the post is featured
6. New shortcode [jsFeaturedPosts posts_per_page=”1″ wrap_before=”

    ” wrap_after=”

” link_before=”

  • ” link_after=”
  • ” link_atts=”rel=’bookmark'” link_title=”Link to”]

    설치

    1. Download the feature-posts-and-custom-posts.zip file to your computer.
    2. Unzip the file.
    3. Upload the feature-posts-and-custom-posts folder to your /wp-content/plugins/ directory.
    4. Activate the plugin through the Plugins menu in WordPress.
    5. In your theme and in the template you need the featured functionality uses a custom query like this query_posts("post_type=professionals&posts_per_page=-1&meta_key=_jsFeaturedPost&meta_value=yes"); to grad all of the featured posts.

    FAQ

    Coming Soon

    Let me know what questions you have!

    후기

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

    기여자 & 개발자

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

    기여자

    자국어로 “Featured Posts and Custom Posts”(을)를 번역하세요.

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

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