Title: Hide Archive Label
Author: Catch Plugins
Published: <strong>3 مارس 2020</strong>
Last modified: 27 می 2026

---

جستجوی افزونه‌ها

![](https://ps.w.org/hide-archive-label/assets/banner-772x250.jpg?rev=2253441)

![](https://ps.w.org/hide-archive-label/assets/icon.svg?rev=2253441)

# Hide Archive Label

 توسط [Catch Plugins](https://profiles.wordpress.org/catchplugins/)

[دانلود](https://downloads.wordpress.org/plugin/hide-archive-label.2.1.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/hide-archive-label/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/hide-archive-label/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/hide-archive-label/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/hide-archive-label/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/hide-archive-label/)

## توضیحات

Hide Archive Label is a free WordPress plugin to effortlessly hide archive page 
title prefixes on your site. It is an easy solution to hide Archive Label such as“
Category:”, “Tags:”, or maybe “Author” in WordPress. The plugin provides you with
options to hide the archive page title and save your time impeccably with its features.
With Hide Archive Label plugin, it is extremely easy to show, hide, or remove different
archive labels, making your archive title shorter and attractive. You can either
partially hide the archive title or you can completely remove it. Select ‘Remove
Accessibly’ to partially hide it and select ‘Remove’ to completely remove them. 
The plugin is extremely easy to use. There are a bunch of check boxes showing different
archive labels. You just need to checkmark the options that you want to hide or 
remove. You can easily hide Archive Labels like Category, Tag, Author, Taxonomy,
Archives, Year, Month, and Day. Simply checkmark the labels and enjoy hiding these
labels. With Hide Archive Label, cut out the unnecessary content and make your archive
pages more alluring!

#### Features

 * Hide Archive Label Accessibly
 * Remove Archive Label Completely
 * Category Archive – Removes “Category:” label
 * Tag Archive – Removes “Tag:” label
 * Author – Removes “Author:” label
 * Taxonomy – Removes “Taxonomy Name:” label
 * Archives – Removes “Archive:” label
 * Year – Removes “Year:” label
 * Month – Removes “Month:” label
 * Day – Removes “Day:” label

## عکس‌های صفحه

[⌊Main Dashboard⌉⌊Main Dashboard⌉[

Main Dashboard

## نصب

The easy way (via Dashboard) :

 * Go to Plugins > Add New
 * Type in the **Hide Archive Label** in Search Plugins box
 * Click Install Now to install the plugin
 * After Installation click activate to start using the **Hide Archive Label**
 * Go to **Hide Archive Label** from Dashboard menu

Not so easy way (via FTP) :

 * Download the **Hide Archive Label**
 * Unarchive **Hide Archive Label** plugin
 * Copy folder with hide-archive-label.zip
 * Open the ftp \wp-content\plugins\
 * Paste the plug-ins folder in the folder
 * Go to admin panel => open item “Plugins” => activate **Hide Archive Label**
 * Go to **Hide Archive Label** from Dashboard menu

## نقد و بررسی‌ها

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

### 󠀁[Just makes life easier!](https://wordpress.org/support/topic/just-makes-life-easier/)󠁿

 [anandaravind](https://profiles.wordpress.org/anandaravind/) 15 فوریه 2022

Works perfectly well and just what I was looking for; had tried multiple options
to hide the prefixes, but without much success. This plugin solved the issue without
a sweat! Thanks for developing and sharing it.

 [ خواندن تمامی 1 نقد و بررسی‌ ](https://wordpress.org/support/plugin/hide-archive-label/reviews/)

## توسعه دهندگان و همکاران

“Hide Archive Label” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Catch Plugins ](https://profiles.wordpress.org/catchplugins/)
 *   [ Catch Themes ](https://profiles.wordpress.org/catchthemes/)
 *   [ Sakin Shrestha ](https://profiles.wordpress.org/sakinshrestha/)
 *   [ Pratik Shrestha ](https://profiles.wordpress.org/pratikshrestha/)
 *   [ Mahesh Maharjan ](https://profiles.wordpress.org/maheshmaharjan/)

“Hide Archive Label” به 1 زبان ترجمه شده است. با تشکر از [مترجمین](https://translate.wordpress.org/projects/wp-plugins/hide-archive-label/contributors)
برای همکاری و کمک‌هایشان.

[ترجمه “Hide Archive Label” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/hide-archive-label)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/hide-archive-label/)،
[مخزن SVN](https://plugins.svn.wordpress.org/hide-archive-label/) را بررسی کنید،
یا از طریق [RSS](https://plugins.trac.wordpress.org/log/hide-archive-label/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/hide-archive-label/) مشترک
شوید.

## گزارش تغییرات

#### 2.1 (Released: May 27, 2026)

 * Bug Fixed: Critical — uninstall.php was deleting the wrong plugin’s option (header_enhancement_pro_options);
   corrected to hide_archive_label_options
 * Bug Fixed: Domain Path header corrected from ‘domain/path’ to ‘/languages’; translations
   were not loading
 * Bug Fixed: Stale boilerplate comment block removed from main plugin file
 * Bug Fixed: $_GET[‘page’] in enqueue_scripts() now sanitized with sanitize_text_field(
   wp_unslash())
 * Bug Fixed: Admin scripts now load in the footer (in_footer changed from false
   to true)
 * Bug Fixed: Dead unused $icon variable removed from add_plugin_settings_menu()
 * Bug Fixed: ABSPATH guard pattern corrected from or die() to if ( ! defined ) 
   exit in admin-display.php and dashboard-display.php
 * Bug Fixed: get_title_is_tax() returned null when queried object was unavailable,
   wiping the archive title — now returns original $title as fallback
 * Bug Fixed: Settings link in plugin list pointed to admin.php instead of tools.
   php, causing a broken link
 * Bug Fixed: PHP version check updated from 5.3.2 to 7.4 to match WordPress 7.0
   minimum requirement
 * Code: phpcs:ignore annotations added for NonPrefixedClassFound, NonPrefixedVariableFound,
   NonPrefixedConstantFound, NonPrefixedNamespaceFound, and NonceVerification throughout

#### 2.0 (Released: March 09, 2026)

 * Bug Fixed: WordPress.Security.EscapeOutput.OutputNotEscaped
 * Bug Fixed: missing_direct_file_access_protection
 * Bug Fixed: outdated_tested_upto_header
 * Compatibility check up to version 7.0

#### 1.5.4 (Released: May 11, 2025)

 * Compatibility check up to version 6.8

#### 1.5.3 (Released: April 09, 2024)

 * Compatibility check up to version 6.5

#### 1.5.2 (Released: November 15, 2023)

 * Compatibility check up to version 6.4

#### 1.5.1 (Released: April 05, 2023)

 * Bug Fixed: I18N Issues (Reported by Alex Lion)

#### 1.5 (Released: March 31, 2023)

 * Bug Fixed: E_ERROR fixed in inc/class-main.php
 * Compatibility check up to version 6.2

#### 1.4 (Released: December 14, 2022)

 * Compatibility check up to version 6.1

#### 1.3 (Released: February 24, 2022)

 * Compatibility check up to version 5.9

#### 1.2 (Released: August 05, 2021)

 * Compatibility check up to version 5.8

#### 1.1.1 (Released: June 16, 2021)

 * Bug Fixed: Removed unnecessary comma issue in previous version of php

#### 1.1 (Released: March 07, 2021)

 * Bug Fixed: Option not saving on first save
 * Compatibility check up to version 5.7
 * Updated: Moved plugin menu under tools menu in dashboard

#### 1.0.0 (March 3, 2020)

 * Initial Release

## اطلاعات

 *  نگارش **2.1**
 *  آخرین به‌روزرسانی **2 ماه پیش**
 *  نصب‌های فعال **900+**
 *  نگارش وردپرس ** 5.9 یا بالاتر **
 *  آزمایش‌شده تا **7.0.3**
 *  نگارش PHP ** 7.4 یا بالاتر **
 *  زبان‌ها
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/hide-archive-label/) و [English (US)](https://wordpress.org/plugins/hide-archive-label/).
 *  [به زبان خودتان ترجمه کنید](https://translate.wordpress.org/projects/wp-plugins/hide-archive-label)
 * برچسب
 * [archive](https://fa.wordpress.org/plugins/tags/archive/)[archive-title](https://fa.wordpress.org/plugins/tags/archive-title/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/hide-archive-label/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 1 5-ستاره     ](https://wordpress.org/support/plugin/hide-archive-label/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/hide-archive-label/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/hide-archive-label/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/hide-archive-label/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/hide-archive-label/reviews/?filter=1)

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

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/hide-archive-label/reviews/)

## مشارکت کنندگان

 *   [ Catch Plugins ](https://profiles.wordpress.org/catchplugins/)
 *   [ Catch Themes ](https://profiles.wordpress.org/catchthemes/)
 *   [ Sakin Shrestha ](https://profiles.wordpress.org/sakinshrestha/)
 *   [ Pratik Shrestha ](https://profiles.wordpress.org/pratikshrestha/)
 *   [ Mahesh Maharjan ](https://profiles.wordpress.org/maheshmaharjan/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/hide-archive-label/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](https://catchplugins.com/plugins/hide-archive-label/)