Skip to main content

Find ID or slug

Beaver Builder shortcodes can be used with either the saved content ID or slug. The ID is always a number, and the slug is usually a text string. The steps below will guide you through the process of locating the ID and slug for your saved content.

Slug​

  1. From the WordPress admin dashboard, click Beaver Builder, then click either Templates, Saved Rows, Saved Columns, or Saved Modules.

  2. Click Edit beneath the template, row, column, or module that you want.

  3. To get the Slug, copy the value in the Slug field, as shown in this screenshot. If you don't see the Slug field, click Screen Options in the upper right corner and select the Slug checkbox.

Location the saved content's slug

Using the slug from the screenshot above, the shortcode markup would look like this:

[fl_builder_insert_layout slug="homepage-hero-module"]

ID​

  1. From the WordPress admin dashboard, click Beaver Builder, then click either Templates, Saved Rows, Saved Columns, or Saved Modules.

  2. Click Edit beneath the template, row, column, or module that you want.

  3. To get the ID, copy the post number from the URL in your browser’s address bar when editing your saved content, as shown in this diagram.

https://my-website.com/wp-admin/post.php?post=35720&action=edit

The saved content ID is 35720.

Using the ID from the diagram above, the shortcode markup would look like this:

[fl_builder_insert_layout id="35720"]