isabella232 / archiveless

WordPress plugin to hide posts from archives (lists)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License:GNU General Public License v2.0


Languages

Language:PHP 70.6%Language:JavaScript 29.4%