forked from jsmoriss/inherit-featured-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
101 lines (71 loc) · 3.21 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
=== JSM's Inherit Parent Featured Image ===
Plugin Name: JSM's Inherit Parent Featured Image
Plugin Slug: inherit-featured-image
Text Domain: inherit-featured-image
Domain Path: /languages
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl.txt
Assets URI: https://jsmoriss.github.io/inherit-featured-image/assets/
Tags: inherit, parent, featured, image
Contributors: jsmoriss
Requires PHP: 7.0
Requires At Least: 4.5
Tested Up To: 5.7
Stable Tag: 1.3.0
Inherit the featured image from the Post, Page, or Custom Post Type parent, grand-parent, great-grand-parent, etc.
== Description ==
If no featured image has been selected for a post, page, or custom post type, this plugin will assign the first featured image found from its parent, grand-parent, great-grand-parent, etc.
The plugin makes no permanent changes — simply deactivate the plugin to disable the automatically inherited images. ;-)
There are no plugin settings — simply *install* and *activate* the plugin.
<h3>Coded for Performance</h3>
This plugin uses the WordPress `wp_cache_get()` and `update_meta_cache()` functions for maximum performance and fully integrate with WordPress core functionality.
= Need a Boost to your Social and Search Ranking? =
Check out [the WPSSO Core plugin](https://wordpress.org/plugins/wpsso/) to present your content at its best on social sites and in search results, no matter how webpages are shared, re-shared, messaged, posted, embedded, or crawled.
== Installation ==
= Automated Install =
1. Go to the wp-admin/ section of your website.
1. Select the *Plugins* menu item.
1. Select the *Add New* sub-menu item.
1. In the *Search* box, enter the plugin name.
1. Click the *Search Plugins* button.
1. Click the *Install Now* link for the plugin.
1. Click the *Activate Plugin* link.
= Semi-Automated Install =
1. Download the plugin ZIP file.
1. Go to the wp-admin/ section of your website.
1. Select the *Plugins* menu item.
1. Select the *Add New* sub-menu item.
1. Click on *Upload* link (just under the Install Plugins page title).
1. Click the *Browse...* button.
1. Navigate your local folders / directories and choose the ZIP file you downloaded previously.
1. Click on the *Install Now* button.
1. Click the *Activate Plugin* link.
== Frequently Asked Questions ==
== Screenshots ==
== Changelog ==
<h3 class="top">Version Numbering</h3>
Version components: `{major}.{minor}.{bugfix}[-{stage}.{level}]`
* {major} = Major structural code changes / re-writes or incompatible API changes.
* {minor} = New functionality was added or improved in a backwards-compatible manner.
* {bugfix} = Backwards-compatible bug fixes or small improvements.
* {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate).
<h3>Repositories</h3>
* [GitHub](https://jsmoriss.github.io/inherit-featured-image/)
* [WordPress.org](https://plugins.trac.wordpress.org/browser/inherit-featured-image/)
<h3>Changelog / Release Notes</h3>
**Version 1.3.0 (2020/10/07)**
Maintenance release.
* **New Features**
* None.
* **Improvements**
* None.
* **Bugfixes**
* None.
* **Developer Notes**
* None.
* **Requires At Least**
* PHP v7.0.
* WordPress v4.5.
== Upgrade Notice ==
= 1.3.0 =
(2020/10/07) Maintenance release.