Command Palette
Search for a command to run...
29 halaman di section ini.
Auto-renders the current post's title. Use in single_post / post_archive templates only.
Auto-renders the post's HTML body. single_post only.
Auto-renders the post's featured image. single_post / post_archive.
Auto-renders the post excerpt with truncation. Falls back to trimmed content. single_post / post_archive.
Composite meta — author + date + category with separator. single_post / post_archive.
Auto-renders the product name. single_product / shop_catalog.
Auto-renders product price in the site currency; shows sale strikethrough. For variant (or digital multi-plan) products, variantPriceDisplay='auto' shows a min–max range until an option is chosen, then the chosen price. single_product / shop_catalog.
Auto-renders product description (HTML). single_product only.
Auto-renders the product thumbnail (single image; for gallery use productImageGallery). single_product / shop_catalog.
Smart purchase button — adapts to product type: physical → add-to-cart (variant-aware); digital one-time single → buy; digital one-time multiple → buys the plan picked via productPlans; subscription/service → shows subscribeLabel/contactLabel (display-only, matching the default product page). mode=cart adds to cart, buy-now redirects to /checkout. single_product only.
Quantity picker (−/+) for the current product. Pair with addToCartButton. single_product only.
Optional per-item customer note textarea. The value is carried to the cart at add-to-cart time (cart lines split by distinct notes). Pair with addToCartButton. single_product only.
Variant picker for the current product. style 'pills'/'dropdown'/'list' render flat full-combination names; 'grouped' renders one button row per option group (Warna→[Hitam,Merah], Ukuran→[3 Bulan,6 Bulan]) with combinatorial availability + image-swap (prefer 'grouped' for multi-option products; falls back to pills when the product has no variantOptions). single_product only.
Plan picker for digital one-time products with multiple plans. Sets the selected plan in the shared store (addToCartButton + productPrice react). Renders empty for any other product type. single_product only.
Stock state badge (In Stock / Low Stock / Out of Stock) for current product. single_product / shop_catalog.
Shows SKU code for current product (uses slug fallback). single_product only.
Discount badge (-25% / 'Hemat Rp 50.000') derived from sale price. Auto-hides when no sale. single_product / shop_catalog.
Shows ONLY the discounted price in site currency. Auto-hides (hideWhenNoSale) when the product is not on sale. Pair with productRegularPrice for a 'was/now' layout. single_product / shop_catalog / product loops.
Shows ONLY the original (pre-discount) price in site currency. Optional strikethrough (default: only while on sale) so it can sit next to productSalePrice as the struck 'was' price. single_product / shop_catalog / product loops.
Countdown timer to sale end. Auto-hides or shows expired text when finished. single_product only.
Social share buttons (WhatsApp/Facebook/Twitter/Copy link) for current product. single_product only.
Renders volume-pricing tier table for current product. Auto-hides when no wholesale tiers configured. single_product only.
Auto-renders custom page title. single_page, or inside a pages Query Loop (e.g. search results).
Auto-renders custom page HTML body. single_page only.
Auto-renders custom page featured image. single_page only.
Auto-renders course name. single_course / course_archive.
Auto-renders course description HTML. single_course only.
Auto-renders course thumbnail. single_course / course_archive.
Renders instructor name + avatar with optional prefix. single_course / course_archive.