diff --git a/components/globalflag.php b/components/globalflag.php new file mode 100644 index 0000000..aedf851 --- /dev/null +++ b/components/globalflag.php @@ -0,0 +1,17 @@ + 'flag', + 'hide_empty' => false, + ) +); + +if ($flags) { + foreach( $flags as $flag ) { + if ($flag->slug == "global") { + $term_meta = get_option( "taxonomy_term_$flag->term_id" ); + echo "
"; + echo $flag->description; + echo "
"; + } + } +} ?> diff --git a/home.php b/home.php index 0781071..a7e565b 100644 --- a/home.php +++ b/home.php @@ -1,5 +1,6 @@
+