diff --git a/page-news-archive.php b/page-news-archive.php index ac0bf97..9b33570 100644 --- a/page-news-archive.php +++ b/page-news-archive.php @@ -1,163 +1,171 @@ - - -
-
- - - -
-

Archive

-
- -
- -
- - -
- -

Sort By Division

- - - - -

Sort By Category

-
- 'All Categories', - 'orderby' => 'NAME', - 'taxonomy' => 'category', - 'hide_empty' => 1, - 'name' => 'news-sort-cat', - 'exclude' => '149,10', - 'class' => 'news-archive-dropdown category' - ); - wp_dropdown_categories( $args ); - ?> -
- - -

Sort By Tag

-
- 'All Tags', - 'orderby' => 'NAME', - 'taxonomy' => 'post_tag', - 'hide_empty' => 1, - 'name' => 'news-sort-tag', - 'class' => 'news-archive-dropdown tag' - ); - wp_dropdown_categories( $args ); - ?> -
- - -

Sort By Date

-
- Newest - Oldest -
- - - -
- -
-

News Stories

-
    - -1, 'category_name' => 'archive' ); - $myposts = get_posts( $args ); - for ($i=0; $i < 9; $i++) { - next($myposts); - } - $tenthPostID = current($myposts)->ID; - $firstPostID = reset($myposts)->ID; - foreach ( $myposts as $post ) : setup_postdata( $post ); - ?> -
  • - -
  • - - - -
- -
-
- - 10, 'orderby' => 'post-date', 'category_name' => 'archive'); - $latestpost = get_posts( $args ); - - ?> - - - - - -
- - - - -
- - - + + +
+
+ + + +
+

Archive

+
+ +
+ +
+ + +
+ +

Sort By Division

+ + + + +

Sort By Category

+
+ 'All Categories', + 'orderby' => 'NAME', + 'taxonomy' => 'category', + 'hide_empty' => 1, + 'name' => 'news-sort-cat', + 'exclude' => '149,10', + 'class' => 'news-archive-dropdown category' + ); + wp_dropdown_categories( $args ); + ?> +
+ + +

Sort By Tag

+
+ 'All Tags', + 'orderby' => 'NAME', + 'taxonomy' => 'post_tag', + 'hide_empty' => 1, + 'name' => 'news-sort-tag', + 'class' => 'news-archive-dropdown tag' + ); + wp_dropdown_categories( $args ); + ?> +
+ + +

Sort By Date

+
+ Newest + Oldest +
+ + + +
+ +
+

News Stories

+
    + -1, 'category_name' => 'archive' ); + $myposts = get_posts( $args ); + for ($i=0; $i < 9; $i++) { + next($myposts); + } + $tenthPostID = current($myposts)->ID; + $firstPostID = reset($myposts)->ID; + foreach ( $myposts as $post ) : setup_postdata( $post ); + ?> +
  • + +
  • + + + +
+ +
+
+ + 10, 'orderby' => 'post-date', 'category_name' => 'archive'); + $latestpost = get_posts( $args ); + + ?> + '; + } + ?> + + +
+ ID); + echo $excerpt; + if( strlen($excerpt) > 7 ){ + echo '

Read More »

'; + } + ?> +
+ + +
+ Newer Stories + Older Stories +
+
+ + + + +
+ + + + + + + + \ No newline at end of file