From 0e3863765774d77ddfd9f2cb97e1fa0b2f4e76e8 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 1 Feb 2019 15:10:44 -0500 Subject: [PATCH] removing the blog posts from the dropdowns commenting out the markup that generated the blog posts in the dropdowns --- sections/blog-dropdown.php | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/sections/blog-dropdown.php b/sections/blog-dropdown.php index f60d073..029489d 100644 --- a/sections/blog-dropdown.php +++ b/sections/blog-dropdown.php @@ -1,35 +1,35 @@ get_permalink(2), "View"=>"https://www.bluetoad.com/publication/?i=490297#{%22issue_id%22:490297,%22page%22:0}"); -foreach($categories as $category){ - $args = array( 'numberposts' => 1, 'category_name' => $category ); - $posts = get_posts( $args ); ?> -