Title: Hide Title
Author: Dojo Digital
Published: <strong>2012년 7월 5일</strong>
Last modified: 2019년 5월 22일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# Hide Title

 작성자: [Dojo Digital](https://profiles.wordpress.org/dojodigital/)

[다운로드](https://downloads.wordpress.org/plugin/hide-title.zip)

 * [세부사항](https://ko.wordpress.org/plugins/hide-title/#description)
 * [평가](https://ko.wordpress.org/plugins/hide-title/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/hide-title/#installation)
 * [개발](https://ko.wordpress.org/plugins/hide-title/#developers)

 [지원](https://wordpress.org/support/plugin/hide-title/)

## 설명

This plugin allows the author of a post or page to hide the title and it’s containing
HTML element from the single view ( is_singular() ).

## 스크린샷

[⌊This Meta Box will be added to the Edit screen for pages & posts⌉⌊This Meta Box
will be added to the Edit screen for pages & posts⌉[

This Meta Box will be added to the Edit screen for pages & posts

## 설치

 1. Upload the `hide-title` folder to the `/wp-content/plugins/` directory
 2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.

## FAQ

  I upgraded to 1.0.2 and the plugin stopped working. Why?

It is possible that your theme does not have the wp_head function in it’s header.
php file. In general all themes are suppose to have it, and version 1.0.2 looks 
for it to prevent adding bad code to the `<head>` area of the page. If you have 
access to your theme file simply add `<?php wp_head(); ?>` to header.php just before
the `</head>` tag. If not, this plugin will no longer be compatible with your theme.

  Hey! This plugin is hiding things I don’t want hidden!

By default this plugin looks for the `.entry-title` class and hides it. If it doesn’t
find it it will look for any `h1` or `h2` elements that contain the title and hide
them instead. To change the default `.entry-title` selector to something that makes
more sense to you, add the following code to the functions.php file of your current
theme:

    ```
    global $DojoDigitalHideTitle;
    // Be sure to replace ".your-selector" with your selector!
    $DojoDigitalHideTitle->set_selector('.your-selector');
    ```

As noted in the comments, you’ll need to replace the string `.your-selector` with
the css selector you’d like hidden. It can be any valid css selector such as `h1`,`.
myclass`, `#myid`, etc. I recommend using a class or id to avoid accidentally hiding
unforeseen elements.

  I don’t want to edit my theme files, can’t you just add an option page?

I could, but I’d like to avoid adding Yet Another Options Page if I can. If enough
people request it though, I’ll go ahead and bite the bullet.

  Who is the author of this plugin anyway?

This plugin was originally was developed by Randall Runnels of Dojo Digital. In 
March 2015, the plugin was not compatible with the latest version of WordPress. 
After finding the problem, Brandon Kraft reached out with a solution, but didn’t
hear a response. He contacted the Plugins team at WordPress.org with an offer to
assume development to bring it up date. The plugins team reached out and either 
recieved the approval of Randall, did not hear back at all, or the e-mail bounced.

## 후기

![](https://secure.gravatar.com/avatar/9df96c338e51c78069511cab8e06a7cb5768ca6db443f0d4f1727369b040b963?
s=60&d=retro&r=g)

### 󠀁[No funciona](https://wordpress.org/support/topic/no-funciona-121/)󠁿

 [otul](https://profiles.wordpress.org/otul/) 2023년 5월 29일

No funciona no cambia nada

![](https://secure.gravatar.com/avatar/95d46d94e60ec168daff2c03d992221e8ca8f9196929c9c3f7c4339590e34dd3?
s=60&d=retro&r=g)

### 󠀁[Не корректно работает с WordPress 6.1.1](https://wordpress.org/support/topic/%d0%bd%d0%b5-%d0%ba%d0%be%d1%80%d1%80%d0%b5%d0%ba%d1%82%d0%bd%d0%be-%d1%80%d0%b0%d0%b1%d0%be%d1%82%d0%b0%d0%b5%d1%82-%d1%81-wordpress-6-1-1/)󠁿

 [dem1an](https://profiles.wordpress.org/dem1an/) 2022년 12월 5일 답글 1개

Галочка “Hide Title” постоянно слетает либо отображается (установлена), но при этом
заголовок на сайте отображается.

![](https://secure.gravatar.com/avatar/5c33d663bbd4976fd54fceaa0e97024ee15c7f524e2a385e90c4d6cc117fc555?
s=60&d=retro&r=g)

### 󠀁[Finally One that Works!](https://wordpress.org/support/topic/finally-one-that-works-21/)󠁿

 [Michael.Melendez](https://profiles.wordpress.org/michaelmelendez/) 2020년 2월 
17일

I use a Catch Theme. Only plugin that worked that didn’t have any lag.

![](https://secure.gravatar.com/avatar/b1414cecf5e37c95ec3c5ab02daab45f12641d349d3b128c2719ce3afd71602e?
s=60&d=retro&r=g)

### 󠀁[Szuper plugin](https://wordpress.org/support/topic/szuper-plugin-3/)󠁿

 [rnorbert83](https://profiles.wordpress.org/rnorbert83/) 2019년 12월 1일

Kiváló segítség!

![](https://secure.gravatar.com/avatar/382bb9314f6caeb39bc21b1442d37a6970899c2907e1c5bbe639ac04c0261a0e?
s=60&d=retro&r=g)

### 󠀁[Does NOT WORK](https://wordpress.org/support/topic/does-not-work-1093/)󠁿

 [patriciaburnette2018](https://profiles.wordpress.org/patriciaburnette2018/) 2019
년 7월 2일

I just heard about this trying to find a way to hide some pages from the wp site
because there are just way to many in navigation bar, so I said wow hmmm nice idea.
WRONG it’s activated and showing in Hide ALL plugins but it’s nowhere to be found
to be able to use it on any pages… removing it, it’s not worth my time to try to
find a needle in a hay stack. Just sent them an email but read their requests was
gone unattended so, I came here.

![](https://secure.gravatar.com/avatar/846202866c6befc558de9f8b4f08c02956a07b3a918935eca944e7e9482b8c6c?
s=60&d=retro&r=g)

### 󠀁[Worked Partially – Not All Areas](https://wordpress.org/support/topic/worked-partially-not-all-areas/)󠁿

 [gotpang](https://profiles.wordpress.org/gotpang/) 2019년 5월 23일 답글 1개

I find this plugin to be very beneficial. Hopefully as the updates happen, it addresses/
fixes some of the issues. I can say it does work on WP 5.2.1 (I’m using it on my
site now). It seems to work fine on manually created pages on Wordpress, but for
other extensions – not so much, for example, WooCommerce. The option shows to hide
the title, however when I visit one of the WooCommerce created pages (ie. Store),
the title remains shown. I can’t speak on the un-install aspect, as I plan to keep
this. Hopefully the developers continue with the updates for us. Thanks!

 [ 모든 87 평가 읽기 ](https://wordpress.org/support/plugin/hide-title/reviews/)

## 기여자 & 개발자

“Hide Title”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ Dojo Digital ](https://profiles.wordpress.org/dojodigital/)
 *   [ Brandon Kraft ](https://profiles.wordpress.org/kraftbj/)

[자국어로 “Hide Title”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/hide-title)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/hide-title/)는, [SVN 저장소](https://plugins.svn.wordpress.org/hide-title/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/hide-title/)
을 [RSS](https://plugins.trac.wordpress.org/log/hide-title/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.8

 * Fixed Deletion Error
 * Removed WP-Updates
 * Added a body class of dojo-hide-title

#### 1.0.6

 * Tested New Update Functions for future releases

#### 1.0.5

 * Fixed Deletion Error
 * Added WP-Updater Support

#### 1.0.4

 * Now compatible with latest versions of WordPress
 * PHP 4 is no longer supported.

#### 1.0.3

 * Fixed a jQuery bug which prevented fallbacks in the case that the selector was
   not found.

#### 1.0.2

 * Added logic to flag when wp_head has run to prevent changes being made to the
   title in the >head< area.
 * Fixed a bug that caused multiple meta field entries.

#### 1.0.1

 * Changed the jQuery to use a less brute force method of hiding the title.
 * Added a set_selector() method to allow end-users to specify the css selector 
   to hide.

## 기초

 *  버전 **1.0.8**
 *  최근 업데이트: **7년 전**
 *  활성화된 설치 **30,000+**
 *  워드프레스 버전 ** 3.2 또는 그 이상 **
 *  다음까지 시험됨: **5.2.26**
 *  언어
 * [English (US)](https://wordpress.org/plugins/hide-title/)
 * 태그:
 * [title](https://ko.wordpress.org/plugins/tags/title/)[wp](https://ko.wordpress.org/plugins/tags/wp/)
 *  [고급 보기](https://ko.wordpress.org/plugins/hide-title/advanced/)

## 평점

 별 5점 만점에 3.7점.

 *  [  53/5-별점 후기     ](https://wordpress.org/support/plugin/hide-title/reviews/?filter=5)
 *  [  5/4-별점 후기     ](https://wordpress.org/support/plugin/hide-title/reviews/?filter=4)
 *  [  3/3-별점 후기     ](https://wordpress.org/support/plugin/hide-title/reviews/?filter=3)
 *  [  4/2-별점 후기     ](https://wordpress.org/support/plugin/hide-title/reviews/?filter=2)
 *  [  22/1-별점 후기     ](https://wordpress.org/support/plugin/hide-title/reviews/?filter=1)

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/hide-title/reviews/)

## 기여자

 *   [ Dojo Digital ](https://profiles.wordpress.org/dojodigital/)
 *   [ Brandon Kraft ](https://profiles.wordpress.org/kraftbj/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/hide-title/)