Just curious if it's possible to do the following:
Check if IS_SINGLE && comments > 0
I am looking to make my sidebar dynamically include content according to the presence of comments, and do nothing if no comments exist yet.
Any assistance would be be appreciated.