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

Posts By Shortcode

설명

You can show posts by pre built shortcode. Multiple Shortcodes available with multiple layouts.

You can use attributes in shortcode for more controls.

There are Some example how to use:

1) Use this shortcode to display posts:

[show_posts_pbs_rk layout="1"]

See screenshots for layout preview.

2) You can use multiple layout like:

[show_posts_pbs_rk layout="2"]

[show_posts_pbs_rk layout="3"]

[show_posts_pbs_rk layout="4"]

[show_posts_pbs_rk layout="5"]

3) You can use multiple attributes for more controls as below:

Show custom number of posts:

[show_posts_pbs_rk layout="1" no_of_post="6"]

Show Posts by category:

[show_posts_pbs_rk layout="1" category_id="1"]

Show Posts by Multiple Category

[show_posts_pbs_rk layout="1" category_id="1,2,3"]

Show all posts excluded by category

[show_posts_pbs_rk layout="1" exclude_cat="1"]

Show all posts excluded by multiple category

[show_posts_pbs_rk layout="1" exclude_cat="1,2,3"]

Show pagination

[show_posts_pbs_rk layout="1" pagination="yes"]

Hide category label from layout:

[show_posts_pbs_rk layout="1" hide_category="yes"]

Show number of character in post desciption:

[show_posts_pbs_rk layout="1" desc_length="200"]

Set custom label for Read More Button:

[show_posts_pbs_rk layout="1" read_more_lebel="Continue Reading >"]

Show Author name in posts

[show_posts_pbs_rk layout="1" show_author="yes"]

Show Single post by post id

[show_posts_pbs_rk layout="1" post_id="52"]

Full Features List:

  • Show Post by Shortcode, extra layouts with extra control.
  • You can use Multiple Shortcode to display multiple posts layout.
  • You can use Multiple shortcode attributes for more control.

스크린샷

  • Layout One
  • Layout Two
  • Layout Three
  • Layout Four
  • Layout Five
  • Layout SIX
  • All Shortcode Page
  • All Available Attributes

설치

1.Just download and install like other wordpress plugins.
2.Copy shortcodes from dashboard and Paste it where you want to show posts
3.Use pre built shortcode attributes for more controls

FAQ

How to use shortcode?

Go to dashboard -> Click on “Post By Shortcode” tab left side of admin bar. You will see multiple shortcodes. Just copy shortcode and paste in page where you want to show posts.

How to use shortcode attributes?

It’s very simple just copy shortcode like this:

[show_posts_pbs_rk layout="1"]

Now copy attribute you want to use from dash board. And Paste it in the shortcode using space like this:

[show_posts_pbs_rk layout="1" pagination="yes"]

You can use multiple attributes to multiple layout like

[show_posts_pbs_rk layout="2" pagination="yes" desc_length="200"  hide_category="yes"]

[show_posts_pbs_rk layout="3" pagination="yes" show_author="yes"]

후기

2022년 7월 20일
Very simple and light weight plugin. Simple layouts. I think these layouts can fit in any kind of website. One request can you make similar plugin for woocommerce products? Thank you for awesome plugin.
모든 1 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.2

  • Added Multiple category functionality
  • Added Pagination for category attribute
  • Added Exclude categroy functionality

1.1

  • Added show post by post id functionality to show single post

1.0

  • Initial Version