Shortcode Divi Library Layout for Divi 5

설명

Shortcode Divi Library Layout for Divi 5 allows you to embed any Divi 5 Library layout anywhere on your site using a simple shortcode: [divi_5_layout id=”123″]

Perfect for:
* Reusing sections / modules inside other Divi layouts
* Embedding layouts in posts, pages, Custom Post Types
* Outputting Divi 5 Library templates programmatically or via other builders
* Creating dynamic, reusable components

This plugin also adds a “Shortcode” column to the Divi Library screen (et_pb_layout post type), allowing you to copy the shortcode instantly with one click.
A small “Copied!” indicator confirms successful copy to clipboard.

Key Features

  • Adds [divi_5_layout] shortcode for Divi 5 layouts
  • Works with Divi 5 (checks ET Core version before loading)
  • Safely renders the block content of library layouts
  • Properly handles CSS generated during Divi 5 module rendering
  • Adds a new Shortcode column in Divi Library admin
  • One-click copy to clipboard with visual feedback
  • Fallback rendering for preview / builder modes

Usage

Place the shortcode anywhere shortcodes are supported: [divi_5_layout id=”123″]

Parameters

  • id — (required) The Divi Library layout post ID.

Example: [divi_5_layout id=”2487″]

설치

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through Plugins Installed Plugins
  3. Make sure you are running Divi 5+
  4. Open Divi Divi Library
  5. Copy any shortcode from the new Shortcode column

FAQ

Does this work with Divi 4?

No.
This plugin checks for Divi 5 (ET_CORE_VERSION > 5.0) before loading.
Divi 4 uses a different rendering system incompatible with this shortcode.

Does it work inside the Visual Builder?

Yes.
When in preview mode (et_pb_preview), the plugin captures Divi 5’s dynamic CSS to ensure modules render correctly.

Can I nest library layouts inside other library layouts?

Yes, as long as they do not produce circular self-references.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

자국어로 “Shortcode Divi Library Layout for Divi 5”(을)를 번역하세요.

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

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

변경이력

1.0.0

  • Initial release
  • Adds [divi_5_layout] shortcode
  • Adds shortcode column in Divi Library
  • Adds one-click clipboard copy
  • Handles Divi 5 CSS capture during dynamic block rendering