Skip to content

WordPress plugin to hide posts from archives (lists)

License

Notifications You must be signed in to change notification settings

isabella232/archiveless

 
 

Repository files navigation

Archiveless

Testing Suite

Hide WordPress posts from archives, which includes the index page, search results, date archives, author archives, and term lists.

Adds <meta name='robots' content='noindex,nofollow' /> meta to the head to restrict inclusion in web searches.

Background

This plugin provides a way for content to live inside WordPress and still be accessible by a direct URL but appear hidden everywhere else. Useful for culling older content that shouldn't appear in search results because it is untimely.

Install

The plugin includes uncompiled Javascript. You can install the plugin by tracking the main-built branch or by using a *-built tag. Otherwise, you can download the plugin and compile the assets manually:

npm install
npm run build

Maintainers

Alley logo

License

Licensed under GPL v2.

About

WordPress plugin to hide posts from archives (lists)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 70.6%
  • JavaScript 29.4%