Explore our documentation

How can we help?

Browse by Product

Greyd Plugin

The main plugin of the Greyd.Suite, offering many of our features: custom blocks and Core block extensions, Dynamic Templates, Dynamic Tags, Pop-ups and so much more.

Explore the Greyd Plugin

Greyd Forms

Create forms using blocks, create advanced forms with conditions and connect other services for your form entries.

Explore Greyd Forms

Greyd Global Content

Synchronize your content and design across multiple websites, with fine-grained control what goes where and an optional reviewing process.

Explore Greyd Global Content

Greyd Theme / Greyd WP

Our block theme offers custom Global Styles and seemlesly integrates into the Greyd.Suite.

Explore the Greyd Theme / Greyd WP

New Content 📢

Recently Added

  • Aria Attributes

    The Aria Attributes feature allows you to enhance accessibility by adding specific aria attributes to any block in the editor. This applies not only to Greyd Blocks, but also WordPress Core blocks and any third-party blocks. Before using it, the feature must be activated on the Features page. Once enabled, each block will display a […]

    Read more on Aria Attributes

  • Global Content: GC_Post

    GC_Post is the abstraction the Global Content plugin uses while processing posts. It wraps a WordPress post and normalizes both native WP_Post fields and Global Content–specific attributes used during synchronization and distribution. You construct it with a WP_Post, an object, or a post ID. The constructor validates input, prevents operating on trashed or missing posts, […]

    Read more on Global Content: GC_Post

  • Global Content: GC_Helper

    The GC_Helper class acts as the nerve centre of the Greyd Global Content plugin. It groups a wide range of static utilities that support distribution, synchronisation and retrieval of posts across a multisite network and remote connections. Unlike most classes in the system, GC_Helper maintains no state; you call its methods directly without creating an […]

    Read more on Global Content: GC_Helper

  • Global Content constants

    The Greyd Global Content plugin supports constants that allow you to change its behavior without editing the plugin code. These constants can be defined in wp-config.php or a theme’s functions.php file and must be set before the plugin loads. They are used to control SEO-related URL handling and optimize performance during content distribution. USE_CANONICAL_URL_AS_PERMALINK This […]

    Read more on Global Content constants

  • Global Content Filters

    The Greyd Global Content plugin integrates deeply with WordPress through a series of filter hooks. Filters allow you to intercept data, change it and pass it back to the plugin at strategic points in the workflow. By hooking into these filters you can customise how the plugin retrieves global posts, builds global IDs, manages distribution, […]

    Read more on Global Content Filters

  • Global Content Filter Snippets

    The following examples demonstrate how you might hook into these filters in your own plugin. Each example assumes that the Greyd Global Content plugin is active. For a full list of available filters, see the Global Content Filters documentation. Add a Custom Property to the Global Post Object PHPCopy// Add a custom field to every […]

    Read more on Global Content Filter Snippets

Recently Updated

  • Forms

    The Forms section in the WordPress backend provides an overview of all created forms. This view uses the standard WordPress post type interface, displaying a list of all available forms with the title of the form and the date it was published. Existing forms can be managed or removed through the familiar post management options […]

    Read more on Forms

  • Conditional fields

    The Conditional fields block in Greyd Forms allows you to create dynamic form behavior by conditionally displaying or hiding content based on user input. This block serves as a wrapper for other form blocks. Any content placed inside it will appear or disappear live on the frontend, depending on the form values entered by the […]

    Read more on Conditional fields

  • Aria Attributes

    The Aria Attributes feature allows you to enhance accessibility by adding specific aria attributes to any block in the editor. This applies not only to Greyd Blocks, but also WordPress Core blocks and any third-party blocks. Before using it, the feature must be activated on the Features page. Once enabled, each block will display a […]

    Read more on Aria Attributes

  • Surveys

    In the Surveys section under the Forms menu, you can view and analyze the results of any Live survey blocks submitted through your forms. At the top of the page, select the form that contains the Live survey block you’d like to see the results for. After clicking the Select Form button, the system loads […]

    Read more on Surveys

  • Stats

    The Stats section within the Forms menu provides statistics and insights into user interactions with forms on the site. At the top of the page, you can choose whether to view data for all forms combined or a specific form. If you want to see statistics for a specific form, select it from the dropdown […]

    Read more on Stats

  • Settings

    The global Forms Settings section allows you to define general configurations that apply across all forms in your installation. These settings affect default behaviors, API integrations, and field validations. General settings The Privacy Policy setting lets you define a default text used by checkbox blocks when the “Use privacy default text” option is selected in […]

    Read more on Settings

  • Export

    The Export feature in the Forms section allows users to download form entries as a CSV file. To use this feature, first select the form for which you want to export the data. Once selected, all associated entries will be exported with a single click. This export includes only the entries linked to the currently […]

    Read more on Export

  • Entries

    The Entries section under the Forms menu provides an overview of all submitted form entries. This view follows the standard WordPress post type structure, allowing filtering (by dates, by form or by manual search), sorting, and bulk actions. An individual entry is created whenever a form is submitted in the frontend, provided the form mode […]

    Read more on Entries

  • Limit form submissions

    With the following code snippet you can easily use Greyd Forms to create a form that only allows a limited number of form submissions and displays a corresponding info message. Please be aware of the comments in the snippet as the code needs to be adapted individually. PHPCopyif ( ! defined( 'COUNTER_FORM_ID' ) ) { […]

    Read more on Limit form submissions

Feature Spotlight 🔎

Block Editor

  • Hotspot

    Read documentation

  • Popover

    Read documentation

  • Search (Greyd)

    Read documentation

  • List (Greyd)

    Read documentation

  • Buttons (Greyd)

    Read documentation

  • Content Box

    Read documentation

  • Core Block Extensions

    Read documentation

  • Accordion

    Read documentation

Site Editor

  • Popover

    Read documentation

  • Theme Assets

    Read documentation

  • Greyd Global Styles

    Read documentation

  • Greyd Theme / Greyd WP

    Read documentation

Dynamic Data

  • Dynamic Image

    Read documentation

  • Conditional Content

    Read documentation

  • Query Features

    Read documentation

  • Dynamic Templates

    Read documentation

  • Dynamic Tags

    Read documentation

  • Post Types

    Read documentation

Website Management

  • Site Connector

    Read documentation

  • Staging

    Read documentation

  • Greyd Hub

    Read documentation

  • User Management

    Read documentation

  • Greyd Global Content

    Read documentation

Videos 🎬

  • You are currently viewing a placeholder content from Vimeo. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.

    More Information

    Academy: Your first Greyd.Suite website

    We show you the most important features to quickly create your first Greyd.Suite website.

    Watch the tutorial

  • You are currently viewing a placeholder content from Vimeo. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.

    More Information

    How can I make fields dependent from each other?

    The conditional fields block allows you to create dependencies between fields. Define, which fields should open after the user has chosen option A or B. Decide, if certain questions should be skipped depending on the user’s entries. Learn here, how easy it is to create dependencies in Greyd.Forms. Note: Since recording the video, the field […]

    Watch the tutorial

  • You are currently viewing a placeholder content from Vimeo. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.

    More Information

    How do I connect several websites / multisites?

    With our Site Connector you can easily connect all your Greyd.Suite websites in one central system – no matter whether they are individual single site installations or even several multisites.

    Watch the tutorial

  • You are currently viewing a placeholder content from Vimeo. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.

    More Information

    How do I import / export content between websites?

    Greyd.Suite offers you a very powerful import & export feature to copy any post type (e.g. pages, templates, forms, popups, posts, etc.) from website to another. Watch this video to see how it works.

    Watch the tutorial

Can’t find what you are looking for?

Contact Support

Can’t find what you are looking for or still have questions? Our support team is here to help!

Skip form
The email address should contain an ‘@’character and a valid domain with a period.
How can we help you? *

Please copy system information from your Greyd.Suite dashboard
Screenshot (optional)
The file must be an image.It must not be bigger than 2 MB.
The URL should contain a domain name after a period.

Need a direct Answer? Let’s Chat!

Use our chat to browse AI answers or chat with our support team directly.