From: Anthony Talarico Date: Fri, 1 Feb 2019 20:10:44 +0000 (-0500) Subject: removing the blog posts from the dropdowns X-Git-Tag: v1.0.0^2~112 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0e3863765774d77ddfd9f2cb97e1fa0b2f4e76e8;p=WP-Themes%2Fuptravel.git removing the blog posts from the dropdowns commenting out the markup that generated the blog posts in the dropdowns --- 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 ); ?> -