mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-11 18:46:03 +09:00
Reorder term fields for the featured term block
This commit is contained in:
@@ -128,9 +128,9 @@ class DisplayFeaturedImageGenesisWidgetsBlocksFields {
|
|||||||
$form = $this->get_form_class();
|
$form = $this->get_form_class();
|
||||||
|
|
||||||
return array_merge(
|
return array_merge(
|
||||||
include 'fields/text.php',
|
|
||||||
include 'fields/term-taxonomy.php',
|
include 'fields/term-taxonomy.php',
|
||||||
include 'fields/image.php',
|
include 'fields/image.php',
|
||||||
|
include 'fields/text.php',
|
||||||
include 'fields/archive.php'
|
include 'fields/archive.php'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user