コード例 #1
0
ファイル: sidebar.php プロジェクト: MikeBu/wp-fm.com
<?php

dynamic_sidebar(kadence_sidebar_id());
コード例 #2
0
ファイル: sidebar.php プロジェクト: pcuervo/od4d
<?php

$sidebarid = kadence_sidebar_id();
if (!empty($sidebarid) && $sidebarid == 'ktwooaccount') {
    get_template_part('templates/account', 'sidebar');
} else {
    dynamic_sidebar($sidebarid);
}