Dynamic Shortcodes by Dynamic.ooo is a versatile WordPress plugin that empowers users to create dynamic, personalized content across their websites without the need for complex coding.
Key Features
- Post Data Retrieval: Utilize shortcodes like
{post:title}
to dynamically fetch and display post-specific information such as titles, authors, and publication dates. - Advanced Custom Fields (ACF) Integration: Access and display custom field data using shortcodes like
{acf:field_name}
, supporting complex structures including repeaters and subfields. - WooCommerce Compatibility: Display dynamic product information such as prices and attributes with shortcodes like
{woo:price}
and{woo:attributes}
- Toolset and JetEngine Support: Fetch and display custom field data from Toolset and JetEngine plugins using respective shortcodes like
- Conditional Display: Implement logic-based content rendering using shortcodes like
{if:...}
to show or hide content based on specific conditions. - Looping Constructs: Iterate over arrays or query results with
{loop:...}
to dynamically generate lists or repeated content blocks. - Date and Time Formatting: Manipulate and format dates using the
{date:...}
shortcode to display time-sensitive information.