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

Wp Loop

설명

This plugin adds a widget to your WordPress site called Wp Loop, publish this widget wherever needed and set its options, it creates a WordPress Query Loop that has Grid Layout(Isotope) and can be filtered with ajax(Isotope Filtering), it can display any CPT and has a bunch of design options and loop customizations:

  • -Title: Title of the widget
  • -Categories to show, use slugs separated by commas: Which categories to include in the loop, they can be custom post types categories
  • -Categories to hide, use ids separated by commas: The categories to hide, here you need to use id’s
  • -Filter taxonomyIf you need to filter the loop(ajax filter), write here wchich term you need to filter.
  • -Offset, number: Write the number for offset in the loop, this means the number of post you need to jump from beginning.
  • -Number of posts to show: Posts per page
  • -Image Size to use: This will list all available image sizes in theme, so choose which you prefer
  • -Post Type to use: This field will list all available post types in theme for you to choose one
  • -Order: Order of loop
  • -Order by: Order by
  • -Columns to use: You can set here until 20 columns
  • -Title Words, number: How many words to show in title of posts
  • -Excerpt Words, number: How many words to show in excerpt of posts
  • -Infinite Scroll: Choose to No, Button or Auto(the infinite scroll triggers when you scroll down the page)

Usage instructions

Just publish the widget wherever needed. It works great with Site Origin Panels plugin to create full layouts.

Developer instructions

Apart from the options inside widget you can manipulate the before/after loop and articles content with this actions:

do_action(‘wploop_before_content’); // The beginnning of content inside each article
do_action(‘wploop_after_content’); // The end of content inside each article
do_action(‘wploop_before_loop’); // Out of the loop
do_action(‘wploop_after_loop’); // Out of the loop

Find plugin and issues solved at http://mimo.studio

스크린샷

  • Shows the widget administration options
  • Shows widget Frontend

설치

  1. Upload wp-loop folder to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Follow usage instructions, just plublish the Wp Loop Widget and set its options.

FAQ

Installation Instructions
  1. Upload wp-loop folder to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Follow usage instructions, just plublish the Wp Loop Widget and set its options.
Do this plugin work with all kind of custom post types?

Yes, it is intended to read the post types in your WordPress site and list them for you to choose in each Wp Loop widget.

후기

2016년 9월 3일 답글 2개
Does it have shortcode?
2016년 9월 3일
This is something I was looking for.
모든 2 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Wp Loop”(을)를 번역하세요.

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

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

변경이력

1.2.2

Filtering issue solved
Order and Orderby issues solved

1.2.1

Css fixes

1.2.0

Css fixes

1.0.4

Fixed bug in widget saving options

1.0.3

Fixed bug with infinite scroll

1.0.2

Fixed bug, grid was not working properly with custom post types

1.0.1

Fixed minor css bug

1.0

First Version