I have a News page that displays all the posts within the "News" Category. This category has sub-categories such as "Merchandise, Music, Events" ect.
I am aiming to remove comments from ALL News/Sub-category posts but only display them with the "Blog" Category posts.
Right now I have my single.php
set up so posts with the "Gallery" post_format
structure are displayed differently.
Here is the single.php file// http://pastebin.com/YNf3TxT6
I am wondering what I have to fix in order to get this working...