Deskripsyon
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
Mga Screenshot



Pag-install
- Upload the plugin files to the
/wp-content/plugins/plugin-namedirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Presto! Your archive page titles will now display without any prefixes.
FAQ
- 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_titlefunction, 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 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 should help you get started.
To dequeue the plugin’s custom CSS, copy the following line into your theme’s
functions.phpfunction 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.
Mga Review
Mga Contributor at Developer
Ang “Nix Prefix” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.
Mga ContributorIsalin ang “Nix Prefix” sa iyong wika.
Interesado sa development?
Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.
Changelog
0.1.0
- Initial release.
