Fabrica Synced Pattern Instances

설명

Adds some basic but vital indexing functionality for Synced Patterns (previously called Reusable Blocks until WP 6.3):

  • Shows Patterns in the main WordPress admin menu
  • Adds a column to the Patterns list indicating how many times a Synced Pattern appears throughout the site
  • This count links to a list of all the content (Posts, Pages, and other public Post Types) which includes the block

Designed to work seamlessly with Fabrica Dashboard: https://wordpress.org/plugins/fabrica-dashboard/

스크린샷

  • Synced Patterns promoted to the main menu
  • List of all Synced Patterns showing number of instances
  • List of content which uses a particular block

설치

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/fabrica-reusable-block-instances directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.

That’s all. No configuration required.

후기

2024년 2월 4일
サイトのメンテナンス中にこれができずに苦慮していたところに出会った本当に有用なプラグインです。 ありがとうございます。 This is a really useful plugin that I came across when I was struggling to do this while maintaining my site. thank you.
2023년 3월 30일
Thank you for this nifty, clean plugin. Only wish I have, is that the “Instances” column could display the linked names of the posts (and pages) that use the reusable block – instead of merely a linked number. It would save me a click + page reload, to be able to see which posts use each block, at a glance. … Exactly like the plugin Reusable Blocks Extended does it. But I prefer your plugin, because it’s cleaner, and RBE doesn’t play nice with some other plugins I use. Thanks for considering it! 🙏💖🙏 Oliver @ WebMatros.com
2019년 7월 7일
This plugin has helped me so much and has saved me a lot of work and I really appreciate what it does. I created some custom reusable blocks and saved them offline from the plugin as .json files, and wouldn’t you know it – if I did not have those .json files and this plugin I’d be beating my head against the wall trying to recreate those blocks due to technical problems on our end. Very nice!
2019년 5월 9일
Another simple plugin, that displays this content. Probably should be in core. I also love the fact that it tracks where that block has been used.
2019년 4월 19일 답글 1개
This plugin just made it to my MUST USE plugin list… All the advertised features work, but there is one more VERY important feature that I am not sure even the author realizes that this plugin does also. Right now, through this plugin’s screen, or if not using this plugin, in the native Gutenberg’s reusable blocks screen, you can import and export ONE reusable block at a time. That said, if you activate this plugin, you will now have the option to export ALL reusable blocks with one click, which is very useful if you have dozens of reusable blocks. To export all of them in one file, go to Tools->Export, and you will get the option to export all your reusable blocks. Everything that this plugin does, SHOULD be part of the WP core, no excuses, everything this plugin does, is extremely crucial. Some history… The blocks export feature in the Tools->Export screen was available when running WP 4.9x, and using the Gutenberg plugin. The export option from the Tools screen disappeared when Gutenberg was merged in the core. In December 2018, I notified the developers on slack abut this, in their core channel, and I was swiftly told to report it in the Editor channel, which I did immediately. The answer I got there was that this function should be restored, but never did – 3-4 months later. This plugin brings back the ability to export all the reusable blocks with one click, in one file, so I can pack up all my blocks and save them as backup, or simply move them to another website. Thanks for this great plugin, Nick.
모든 6 평가 읽기

기여자 & 개발자

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

기여자

“Fabrica Synced Pattern Instances”(이)가 3 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Fabrica Synced Pattern Instances”(을)를 번역하세요.

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

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

변경이력

1.0.9

  • Security vulnerability fixes
  • Fixed filtering in pattern instances view

1.0.8

  • Fixed incorrect content in custom columns

1.0.7

  • Support renamed Synced Patterns in WP 6.3
  • Distinguish synced and unsynced patterns

1.0.6

  • Load results asynchronously to avoid timeouts
  • Cache results for better performance
  • Include results for all post types that support blocks

1.0.5

  • Minor bugfixes and improvements

1.0.4

  • Further query performance optimizations
  • Filter by post type

1.0.3

  • Performance optimization and new post type column

1.0.2

  • Minor bugfixes

1.0.1

  • Uses a more efficient query to count instances

1.0

  • First version