Documentation

Dynamic Tags

Max Addons provide some extra dynamic tags over default tags provided by Bricks.

You check the list of default dynamic tags and also how to use them in this official Bricks doc.

Standard WordPress Tags#

  • Post terms - Returns a comma-separated list of terms of a taxonomy assigned to the post. By default, it returns the terms associated with the Category.

    You can provide the taxonomies like this:

    {max_post_terms:category}, {max_post_terms:post_tag}

  • Post published time ago - Returns the post published time in ago format
  • Post modified time ago - Returns the post modified time in ago format
  • Author posts URL - Returns the author posts' URL
  • Loop index - Returns the index inside the loop

WooCommerce Tags#

  • Product sales count - Displays product sales count
  • Product stock quantity - Displays available product stock count
  • Free shipping remaining amount - Shows the remaining amount to get free shipping
  • Product reviews count - Displays the product's review count
  • Order subtotal - Displays the subtotal for the current order
  • Order status - Displays the status of the current order
  • Order item name - Displays the name of the ordered item
  • Billing first name - Displays the customer's first name used for the billing address
  • Billing last name - Displays the customer's last name used for the billing address
  • Billing company - Displays the company name used for the billing address
  • Billing address line 1 - Displays the customer's address in line 1 used for the billing address
  • Billing address line 2 - Displays the customer's address in line 2 used for the billing address
  • Billing city - Displays the customer's city used for the billing address
  • Billing state - Displays the customer's state used for the billing address
  • Billing postcode - Displays the customer's postcode used for the billing address
  • Billing country - Displays the customer's country used for the billing address
  • Billing phone - Displays the customer's phone number used for the billing address
  • Shipping first name - Displays the customer's first name used for the shipping address
  • Shipping last name - Displays the customer's last name used for the shipping address
  • Shipping company - Displays the company name used for the shipping address
  • Shipping address line 1 - Displays the customer's address in line 1 used for the shipping address
  • Shipping address line 2 - Displays the customer's address in line 2 used for the shipping address
  • Shipping city - Displays the customer's city used for the shipping address
  • Shipping state - Displays the customer's state used for the shipping address
  • Shipping postcode - Displays the customer's postcode used for the shipping address
  • Shipping country - Displays the customer's country used for the shipping address
  • Shipping phone - Displays the customer's phone number used for the shipping address
  • Shipping method - Displays the shipping method used for the current order

Not the solution you are looking for?

Please check other articles or open a support ticket.