-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.txt
69 lines (49 loc) · 3.35 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
=== Scheduled Featured Images ===
[![GitHub (pre-)release](https://img.shields.io/github/release/ndigitals/nds-wp-scheduled-featured-images/all.svg?style=flat-square)](https://github.com/ndigitals/nds-wp-scheduled-featured-images.git)
[![WordPress](https://img.shields.io/wordpress/v/nds-wp-scheduled-featured-images.svg?style=flat-square)]()
[![Maintenance](https://img.shields.io/maintenance/yes/2017.svg?style=flat-square)]()
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg?style=flat-square)](LICENSE.md)
Contributors: tnolte, ndigitals
Author: Nolte Digital Solutions
Author URI: https://www.ndigitals.com/
Plugin URI: https://www.ndigitals.com/wordpress/plugins/scheduled-featured-images-plugin/
Donate link: https://www.ndigitals.com/donate/
Tags: images, featured, nds, schedule
Requires at least: 4.4
Tested up to: 4.8.2
Requires PHP: 5.5.9
Stable tag: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Scheduled Featured Images allows you to attach multiple images to any post-type and set them to be the featured image based on a schedule.
== Description ==
The idea for this plugin was born out of the need to more easily manage a website that had it's Front Page updated with a new weekly/monthly/etc featured image. The Front Page, and other site Pages, featured image was planned out ahead of time, sometimes for months in advance, so it seemed tedious to have to manually update the featured images whenever they would change. Since the website's theme used the standard WordPress Featured Image functionality, to manage the header/banner image on each page, it seemed to make the most sense to expand on that and provide a way to manage future featured images.
== Features ==
* Attach Multiple Featured Images to Any Post Type
* Scheduled Start and End Date/Time
* Overlapping Schedules
* Blank Schedules
* Fallback Options to Allow For Overrides & Defaults
* User Roles & Permissions
* Restrict Who Can Set Per-Post Type Overrides
== Progress & Development ==
[![Travis](https://img.shields.io/travis/ndigitals/nds-wp-scheduled-featured-images.svg?style=flat-square)](https://travis-ci.org/ndigitals/nds-wp-scheduled-featured-images)
* [Roadmap](https://trello.com/b/8mT9hQWj) - Trello
* [Source Code Repository](https://github.com/ndigitals/nds-wp-scheduled-featured-images) - GitHub
* [Known Issues](https://github.com/ndigitals/nds-wp-scheduled-featured-images/issues) - GitHub
== Installation ==
1. Upload the `nds-wp-scheduled-featured-images` plugin to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin.
1. Configure the plugin via `Settings->Featured Images` to meet your site's needs.
If you have any troubles please [contact us](https://www.ndigitals.com/contact/).
== Frequently Asked Questions ==
= What will happen to my post-type's existing featured images after I enable the plugin? =
Until the plugin's global settings, `Settings->Featured Images`, are updated to change it's behavior, your existing feature images will remain unchanged.
= What will happen to my post-type's featured images if I disable the plugin? =
Whatever is the currently set/displayed featured image will remain as the current featured image.
== Screenshots ==
1. Plugin settings.
2. Plugin post-type metabox.
== Changelog ==
= 1.0.0 =
* First public release!