From: Laury GvR Date: Fri, 15 May 2015 17:05:09 +0000 (-0400) Subject: Multiple content blocks X-Git-Tag: V1.0.0^2~159 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3cbaba930ba69be613114e0d4d73c93aeb7a8cf4;p=WP-Themes%2FGovernmentEmmet.git Multiple content blocks --- diff --git a/page.php b/page.php index 6e5925d..f049b1a 100644 --- a/page.php +++ b/page.php @@ -29,10 +29,8 @@ - -
- -
- + diff --git a/parts/right-sidebar.php b/parts/right-sidebar.php new file mode 100644 index 0000000..f7d2497 --- /dev/null +++ b/parts/right-sidebar.php @@ -0,0 +1,9 @@ +
+ __( 'Admin label', 'text-domain' ), + 'type' => 'editor', + 'apply_filters' => true, +) ); +?> +
\ No newline at end of file