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

Blockbuddy

설명

A plugin to extend WordPress Gutenberg editor and allow for dynamic blocks to be built using custom queries.

Custom Query Block

Our first block, Custom Query Block allow for dynamic blocks to be built using custom queries.

The Custom Query Block comes with 3 basic templates which are stored in the plugin /templates directory.

You can override or create your own templates for the block to use by creating a /template-parts/blocks/ sub folder in your theme.
The plugin will scan active themes for this directory and pull in all PHP templates from this directory so you can select them
via the Custom Query Block inspector settings.

Templates can contain anything you like and you’ll have access to the $attributes array which has all the selection data for
that particular block, as well as the $post_query object for that block.

Features

  • Developer Friendly
  • User Friendly
  • Custom Templates

블록

이 플러그인은 1(을)를 제공합니다.

  • Custom Query

후기

2023년 6월 8일
Even after 4 years (really?), I find this plugin useful in the absence of other blocks that display dynamic content. The only thing missing from this plugin is instructions, but I believe the author isn't interested in maintaining them. Nonetheless, thank you for the plugin, which still works flawlessly on PHP8.
모든 0 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

0.1

  • Initial Release