Hi Noah. Thanks for responding! The instructions in the thread I mentioned are:
Replace this code:
<!-- If comments are closed. -->
<span class="meta"><?php _e('Comments are closed.','avisio'); ?></span>
With this code:
<?php if( get_post_type() != 'portfolio' ) {
<!-- If comments are closed. -->
<span class="meta"><?php _e('Comments are closed.','avisio'); ?></span>
<?php } ?>
The only quotes in the new code are: "meta". Are you saying to remove "meta" from the quotes?
Or is there something else I should be looking at? The other thing that happens when I do the above code replacement in that the color of the background of the text areas change to global background color that I selected to show in the banner. Other formatting shifts as well.
Thanks for the assistance!