Title: marjamar's Replies | WordPress.org

---

# marjamar

  [  ](https://wordpress.org/support/users/marjamar/)

 *   [Profile](https://wordpress.org/support/users/marjamar/)
 *   [Topics Started](https://wordpress.org/support/users/marjamar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/marjamar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/marjamar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/marjamar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/marjamar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/marjamar/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to remove specific pages from website that are not in my dashboard pages](https://wordpress.org/support/topic/how-to-remove-specific-pages-from-website-that-are-not-in-my-dashboard-pages/)
 *  Thread Starter [marjamar](https://wordpress.org/support/users/marjamar/)
 * (@marjamar)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/how-to-remove-specific-pages-from-website-that-are-not-in-my-dashboard-pages/#post-1430736)
 * Anyone?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Disable “Comments are closed” completely](https://wordpress.org/support/topic/disable-comments-are-closed-completely/)
 *  Thread Starter [marjamar](https://wordpress.org/support/users/marjamar/)
 * (@marjamar)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/disable-comments-are-closed-completely/#post-1400128)
 * I added a new page to my website and decided to enable comments to this page,
   but it turns out that although I thought comments would visible and usable, obviously
   the code I removed is prohibiting this. To be sure it that and not something 
   else, I’m going to put this code back and give it a test. I’ll post back later
   with results.
 * I would really be nice if those who are responsible for this code would just 
   add another checkbox option to disable all code used for “Comments are closed.”
 * -Rodger
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Disable “Comments are closed” completely](https://wordpress.org/support/topic/disable-comments-are-closed-completely/)
 *  Thread Starter [marjamar](https://wordpress.org/support/users/marjamar/)
 * (@marjamar)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/disable-comments-are-closed-completely/#post-1399874)
 * I fixed it.
 * I just had to delete all the code related to what was to be done if “comments
   are closed” in comments.php.
 * This shouldn’t effect using comments, only if comments are closed no notification
   will be offered in any page or post. This should work OK for me, perhaps it will
   for others as well.
 * Here is the actual code I deleted.
 * > _**<div class=”Post”>
   >  <div class=”Post-tl”></div> <div class=”Post-tr”><div
   > ></div></div> <div class=”Post-bl”><div></div></div> <div class=”Post-br”><
   > div></div></div> <div class=”Post-tc”><div></div></div> <div class=”Post-bc”
   > ><div></div></div> <div class=”Post-cl”><div></div></div> <div class=”Post-
   > cr”><div></div></div> <div class=”Post-cc”></div> <div class=”Post-body”>
   > <div class=”Post-inner article”>
   >  <div class=”PostContent”>
   > <p class=”nocomments”><?php _e(‘Comments are closed.’, ‘kubrick’); ?></p>
   >  
   > </div> <div class=”cleared”></div>
   > </div>
   >  </div>
   >  </div>
 * It can be found between:
 * > _**<!– If comments are closed. –>**_
   > and
   > _**<?php endif; ?>
   >  <?php endif; ?>
   > **
 * Hope this helps someone else.
 * -Rodger

Viewing 3 replies - 1 through 3 (of 3 total)