I have modified this file: comment-wrapper.tpl.php can I somehow rename it to work with the page that I only want it to affect?

I tried something like this: comment-wrapper--node--6.tpl.php , but it did not work

Comments

vm’s picture

I suggest getting the devel.module and the devel themer.module which should aid with template suggestion possibilities.

D7 docs on template suggestions = http://drupal.org/node/1089656

Based on the above suggestions, it's comment-wrapper--NODETYPE which suggests it may not be possible for a single node without writing a preprocess and throwing it in template.php. However, devel and devel themer may provide more insight.