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

Author Recommended Posts

설명

Simple Author Recommended Posts Plugin

Author Recommended Posts lets you easily search and choose specific posts, pages and custom post types you want to associate to a post or page. You can add, reorder, remove selected posts for display via the simple drag and drop interface.

Features

  • Simple clean styles for basic layout/structure
  • Show/hide output title & featured images
  • Display your recommended posts vertically or side-by-side
  • Filter which content is searchable and which post types to automatically output on

Requirements: WordPress 3.3+, PHP5 and higher

This plugin is free to use and is not actively supported by the author, but will be monitored for serious bugs that may need correcting.

스크린샷

  • The search meta box.
  • Horizontal output after the post, with thumbnails.
  • Vertical output after the post, with thumbnails.
  • Vertical output after the post, without thumbnails.

설치

The plugin is simple to install:

  1. Upload author-recommended-posts to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Visit the options in, Settings > Author Recommended Posts
  4. Go to a post, page or your custom post type and choose your recommended posts

FAQ

Can I output using a template tag?

Of course! Just include <?php echo do_shortcode( '[AuthorRecommendedPosts post_id="XXX"]' ); ?> where XXX is the ID of the post, or you can leave it out if you include it in the loop. i.e. <?php echo do_shortcode( '[AuthorRecommendedPosts]' ); ?>

I want to make it fit the style of my site better

We left the styles pretty generic so it is simple enough to update to fit your theme style. Of course some CSS writing will be required.

Is there a widget?

At this time no, we want to add this in though. So keep your eyes peeled.

Why did you make this?

We did not really find any plugins out there that does just this. And we wanted something quick, simple, and easy to use.

후기

모든 9 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Author Recommended Posts”(을)를 번역하세요.

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

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

변경이력

1.0.3

  • Changed plugin URL constant to properly respect https scheme

1.0.2

  • Added 2 new actions author_recommended_posts_before_related and author_recommended_posts_after_related that can be hooked into for outputting custom content before or after each related entry

1.0.1

  • Fixed posts search order to Desc
  • Updateing namespacing in admin.js

1.0

  • Initial release