diff --git a/components/article.php b/components/article.php new file mode 100644 index 0000000..6c263e2 --- /dev/null +++ b/components/article.php @@ -0,0 +1,72 @@ +
+ +
+ + + +ID, 'flag'); +if ($flags) { + foreach( $flags as $flag ) { + $term_meta = get_option( "taxonomy_term_$flag->term_id" ); + echo "
"; + echo $flag->description; + echo "
"; + } +} ?> + + +
+ +

+ + +
+ +
+
+ +
+
+ + +
+ $value ) { + echo "
" . $value . "
"; + } + + } + ?> + +
+ term_id ) ) . "' class='btn-small btn-info'> " . $category->cat_name . ""; + } ?> + term_id ) ) . "' class='btn-small btn-primary'> " . $tag->name . " "; + } + } ?> + +
+
+ + + + + diff --git a/single-notitle.php b/single-notitle.php new file mode 100644 index 0000000..400c929 --- /dev/null +++ b/single-notitle.php @@ -0,0 +1,14 @@ + +
+ + + +
+ + diff --git a/single.php b/single.php index 18164aa..137efd4 100644 --- a/single.php +++ b/single.php @@ -1,76 +1,9 @@
-
- -
+ + - - - ID, 'flag'); - if ($flags) { - foreach( $flags as $flag ) { - $term_meta = get_option( "taxonomy_term_$flag->term_id" ); - echo "
"; - echo $flag->description; - echo "
"; - } - } ?> - - -
-

- -
- -
-
- -
-
- - -
- $value ) { - echo "
" . $value . "
"; - } - - } - ?> - - -
- - - - -