Title: Nix Prefix
Author: sarah semark
Published: <strong>3 فوریه 2016</strong>
Last modified: 7 می 2019

---

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

![](https://ps.w.org/nix-prefix/assets/banner-772x250.png?rev=1342338)

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](https://ps.w.org/nix-prefix/assets/icon.svg?rev=1342338)

# Nix Prefix

 توسط [sarah semark](https://profiles.wordpress.org/tinkerbelly/)

[دانلود](https://downloads.wordpress.org/plugin/nix-prefix.zip)

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

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

## توضیحات

Nix Prefix is a super-simple WordPress plugin to remove or customise the prefix 
text on your archive pages. Go from:

> Category: Puppies and Kittens

to

> Puppies and Kittens

on your archive pages—no child themes required!

For a better visual of what this does, have a look at the screenshots tab.

#### Need help?

 * Full documentation: http://sarahmonster.github.io/nix-prefix/
 * Github repo: https://github.com/sarahmonster/nix-prefix
 * Ask me on Twitter: https://twitter.com/sarahsemark

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

[⌊Twentysixteen without Nix Prefix.⌉⌊Twentysixteen without Nix Prefix.⌉[

Twentysixteen without Nix Prefix.

[⌊Twentysixteen with Nix Prefix.⌉⌊Twentysixteen with Nix Prefix.⌉[

Twentysixteen with Nix Prefix.

[⌊Twentysixteen with Nix Prefix and custom CSS.⌉⌊Twentysixteen with Nix Prefix and
custom CSS.⌉[

Twentysixteen with Nix Prefix and [custom CSS](https://github.com/sarahmonster/nix-prefix/blob/master/README.md#css-code-snippets).

## نصب

 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or 
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Presto! Your archive page titles will now display without any prefixes.

## سوالات متداول

  Why doesn’t this work with my theme?

This plugin doesn’t work with all themes—yet! It’s currently filtering the standard`
the_archive_title` function, which was added to core in 4.1, released December 2014.
If your theme is more than a year old, there’s a good chance it will be using a 
non-standard function instead, which is more of a challenge to filter consistently.

If you’d like to use this plugin and it doesn’t work with your theme, please [create an issue on Github](https://github.com/sarahmonster/nix-prefix/issues/new)
and I’ll work on adding support for your particular theme.

  How do I customise the prefixes?

The best way to customise your output is by using CSS. The [CSS snippets section here](https://github.com/sarahmonster/nix-prefix/blob/master/README.md#css-code-snippets)
should help you get started.

To dequeue the plugin’s custom CSS, copy the following line into your theme’s `functions.
php`

    ```
    function nix_prefix_dequeue_plugin_styles()  {
        wp_dequeue_style( 'nix-prefix-style' );
    }
    add_action( 'wp_print_styles', 'nix_prefix_dequeue_plugin_styles', 100 );
    ```

  What archive page types does this work with?

This works for all archive page types:

 * category archives
 * tag archives
 * authors archives
 * date archives
 * custom post types archives
 * custom taxonomy archives

You can customise the display for different archive types by using targeted [CSS classes](https://github.com/sarahmonster/nix-prefix/blob/master/README.md#css-code-snippets).

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

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

### 󠀁[Simple But Delicious](https://wordpress.org/support/topic/simple-but-delicious/)󠁿

 [](https://profiles.wordpress.org/derrynairn/) 30 می 2018 1 پاسخ

Utterly simple and, at the time of writing, not updated for a while. But it works.
And works well.

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

### 󠀁[excellent!](https://wordpress.org/support/topic/excellent-3575/)󠁿

 [wlva](https://profiles.wordpress.org/wlva/) 3 سپتامبر 2016

Does one thing (removes “Category: ” prefix) and does it well.

 [ خواندن تمامی 2 نقد و بررسی‌ ](https://wordpress.org/support/plugin/nix-prefix/reviews/)

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

“Nix Prefix” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

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

 *   [ sarah semark ](https://profiles.wordpress.org/tinkerbelly/)

[ترجمه “Nix Prefix” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/nix-prefix)

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

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

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

#### 0.1.0

 * Initial release.

## اطلاعات

 *  نگارش **0.1.0**
 *  آخرین به‌روزرسانی **7 سال پیش**
 *  نصب‌های فعال **20+**
 *  نگارش وردپرس ** 4.1 یا بالاتر **
 *  آزمایش‌شده تا **5.2.26**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/nix-prefix/)
 * برچسب
 * [archive](https://fa.wordpress.org/plugins/tags/archive/)[archives](https://fa.wordpress.org/plugins/tags/archives/)
   [category](https://fa.wordpress.org/plugins/tags/category/)[tag](https://fa.wordpress.org/plugins/tags/tag/)
   [text](https://fa.wordpress.org/plugins/tags/text/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/nix-prefix/advanced/)

## امتیازها

 5 از 5 ستاره.

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

[بررسی شما](https://wordpress.org/support/plugin/nix-prefix/reviews/#new-post)

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

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

 *   [ sarah semark ](https://profiles.wordpress.org/tinkerbelly/)

## پشتیبانی

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

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