Title: Hide Comments Feature
Author: Vitor Carvalho
Published: <strong>29 ພະຈິກ 2010</strong>
Last modified: 24 ຕຸລາ 2012

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/hide-comments-feature/assets/banner-772x250.png?rev=610336)

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://s.w.org/plugins/geopattern-icon/hide-comments-feature_ffffff.svg)

# Hide Comments Feature

 ໂດຍ [Vitor Carvalho](https://profiles.wordpress.org/lightningspirit/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/hide-comments-feature.0.4.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/hide-comments-feature/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/hide-comments-feature/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/hide-comments-feature/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/hide-comments-feature/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/hide-comments-feature/)

## ຄຳອະທິບາຍ

For those who do not need to have the Comments feature in WordPress (there are a
lot of reasons), this plugin removes any trace of that existence in both wp-admin
and front-end.
 Your theme must rely properly on the WordPress API for the front-
end support. The tag must be present. Completely done through techniques based on
both action hooks and CSS.

Doesn’t requires any configuration, just install and any trace of Comments will 
disappear.

NOTE: This does NOT play with the core, so you are able to update both plugins and
WordPress without any trouble.

#### Provided Custom Hooks

This plugin provides 4 custom hooks you may play if you need more substance in your
theme.

    ```
    add_action( 'hide_comments_post_types', 'my_hide_comments_post_types' ); to change the list of post types to be processed by the plugin. Comments will be removed from all listed post types.
    add_action( 'hide_comments_css', 'my_hide_comments_css' ); to add arbitrary CSS to hide comment's stuff from your theme.
    add_action( 'hide_comments_template_comments_path', 'my_hide_comments_template_comments_path' ); the default path is the empty file template-comments.php located in the same dir of this plugin. Just modify the path to your own file if you want to return anything else.
    add_action( 'hide_comments_dashboard_right_now', 'my_hide_comments_dashboard_right_now' ); if true is returned, the discussion table of dashboard right now widget will be hidden. False otherwise. Defaults to true.
    ```

The use of these hooks are recommended, thus, if the plugin gets deactivated, those
hooks will not be called anymore and then you get things consistent and clean.

Do you want to translate it to your language? Just reply to the «Translations» topic
in the forum.

## ພາບໜ້າຈໍ

 * [[
 * There is no Comments menu link!
 * [[
 * The comments template disappeared (magically) from the Twenty Twelve theme.

## ການຕິດຕັ້ງ

 1. Upload `hide-comments-feature` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. No more configuration required.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

  Installation Instructions

 1. Upload `hide-comments-feature` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. No more configuration required.

  Will this affect my WordPress Instalation?

No. This won’t play with the core! In other words, the feature still exists there
but it is hidden by the plugin.

  And about my theme? Comments still there…

That’s because your theme either is too old or it doesn’t rely on the newest WordPress
API. So you have to upgrade it, find a new one or, play with CSS to hide some HTML
parts of the theme.
 Example of code to go into functions.php:

 /* Your CSS here */

Though, the main purpose of this plugin is to help web designers and developers 
creating WordPress sites they can ensure that their users will no longer see mentioned
the word “Comment”.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Hide Comments Feature” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມ
ໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Vitor Carvalho ](https://profiles.wordpress.org/lightningspirit/)

[ແປ “Hide Comments Feature” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/hide-comments-feature)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/hide-comments-feature/),
ກວດເບິ່ງ [ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/hide-comments-feature/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/hide-comments-feature/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/hide-comments-feature/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 0.4

 * Huge update! Everything is now handled consistently. It is expected to be 3.4
   and 3.5 compatible.
 * Optimal support for the new Twenty Twelve theme.
 * Added 4 custom action hooks (see )
 * Added translation for Portuguese

#### 0.2

 * Bugfix: comment icon in menu shouldn’t appear in instances prior than 3.0.3

#### 0.1

 * Initial Release
 * Good support from FF3/4 and IE7

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **0.4**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **8 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **1,000+**
 *  ເວີຊັນ WordPress ** 3.4 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **3.5.2**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/hide-comments-feature/)
 * ແທັກ
 * [comment](https://lo.wordpress.org/plugins/tags/comment/)[comments](https://lo.wordpress.org/plugins/tags/comments/)
   [hide](https://lo.wordpress.org/plugins/tags/hide/)[remove](https://lo.wordpress.org/plugins/tags/remove/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/hide-comments-feature/advanced/)

## ການໃຫ້ຄະແນນ

 4.5 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 5 ລາຍການ     ](https://wordpress.org/support/plugin/hide-comments-feature/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/hide-comments-feature/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/hide-comments-feature/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/hide-comments-feature/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/hide-comments-feature/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/hide-comments-feature/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/hide-comments-feature/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Vitor Carvalho ](https://profiles.wordpress.org/lightningspirit/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/hide-comments-feature/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](http://vcarvalho.com/donate/)