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

Custom Post Type Lister – CPT Lister

설명

Hello there!
This plugin will give you the possibility to list any of your custom post types (even a built in post types) to any of your posts or pages, with one simple shortcode [cpt_show]

What it does ?

This plugin makes a WP_Query and gets all posts from the custom post type that you’ve given to it.

What are the parameters ?

  • type – Here you have to tell the plugin from which post type you would like to get your posts.
    Example: type=”posts”
  • post_status – This is the type of posts that should be listed.
    Example: post_status=”published”
  • order – This is how the results should be ordered ASC / DESC.
    Example: order=”ASC”
  • order_by – This tells the plugin by what the results should be ordered.
    Example: order_by=”publish_date”
  • posts_per_page – With this you tell the plugin how much posts should be listed on the page.
    Example: posts_per_page=”5″
  • titles_as_links – This tells the shortcode if the titles of the listed posts should be links that are pointing to the specific page for every unique post. Possible values are 0 & 1. If the value is set to 0 it will print the title without wrapping it in HTML Link tag (), but if the value is set to 1 it will wrap the post title into HTML Link tag and it will point to the specific post page.
    Example: titles_as_links=”1″
  • show_post_content – This tells the shortcode if it should show the post content under their titles. Possible values are 0 & 1. If the value is 0 it won’t show the post content under its title, but if the value is set to 1 it will list the post content also.
    Example: show_post_content=”0″
  • cptl_title_link_class – This is used to tell the shortcode what class should be added to the Link Wrapper of the post title. By default it is cptl_title_link.
  • cptl_title_class – This tells the shortcode what class should be added to the Title Wrapper of the post title. By default it is cptl_title.
  • cptl_content_class – This is used to tell the shortcode what class should be added to the Content Wrapper of the post content. By default it is cptl_content
  • cptl_content_wrapper – This is used to tell the shortcode how wrap the listed results. It can be ‘h1’, ‘h2’, ‘h3’, ‘h4’, ‘h4’, ‘h6’, ‘li’, ‘span’, ‘div’

Why to use the plugin ?

The need of quick listing of custom post type on some page or post ?
Well this is your reason and this is your plugin.


Note :

You can use the standart WordPress options for those parameters:
type, post_status, order, order_by, posts_per_page

You don’t find your functionality ?

Custom Post Type Lister is Open Source plugin, which means that you can contribute to it.
Yup that’s right! If you don’t find the needed functionality just add it.
Here is the repository.
Cheers!

스크린샷

  • Admin Demo
  • Front Demo

설치

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Plugin Name screen to configure the plugin

후기

2016년 9월 3일
Very simple and easy to use plugin. I had one specific need and this plugin does exactly what I wanted it to!
모든 2 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Custom Post Type Lister – CPT Lister”(을)를 번역하세요.

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

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