From 3701529ded8cd4284f36de84eb145044cf3b7cc0 Mon Sep 17 00:00:00 2001 From: Aristeides Stathopoulos Date: Sun, 11 Mar 2018 14:07:23 +0200 Subject: [PATCH] Update sortable.md --- docs/docs/controls/sortable.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/docs/controls/sortable.md b/docs/docs/controls/sortable.md index e3b1138f5..a0aa9e503 100644 --- a/docs/docs/controls/sortable.md +++ b/docs/docs/controls/sortable.md @@ -37,3 +37,16 @@ Kirki::add_field( 'theme_config_id', array( 'priority' => 10, ) ); ``` + +Example of how to load template parts based on the value of the control in a template: + +```php +