-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
60 lines (40 loc) · 2.84 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
=== Econozel ===
Contributors: Offereins
Tags: vgsr, econozel, magazine, article, edition, volume
Requires at least: 4.4
Tested up to: 4.9.8
Stable tag: 1.0.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Present d' Econozel on your site with articles, editions, and volumes.
== Description ==
Tightly coupled with the VGSR plugin, providing a secured platform to archive and display articles from d' Econozel or any other medium. Articles are clustered by edition, which in turn are clustered in volumes. Because both editions and volumes are stored as WordPress taxonomies, this plugin creates their front-facing pages and paths dynamically.
There are multiple ways to browse the archived articles:
1. The plugin's root page at `/econozel/` displays a summary of recent article activity
2. The usual article post type archives, which you can visit at `/econozel/articles/`
3. The volume or edition archives, which you can visit starting at `/econozel/volumes/` or at `/econozel/editions/`
4. A randomly selected article, which you can visit at `/econozel/random/`
5. A selection of featured articles, which you can visit at `/econozel/featured/`
Several widgets are added to present the plugin's content:
* Recent Articles, optionally displaying an edition's content table
* Article Comments
For delegating article and plugin management to your users, the Econozel Editor role is available.
When using BuddyPress, an author's articles are presented in a custom 'Econozel' profile section. Additionally, activity items are created when an article is published.
=== Theme compatibility ===
This plugin is developed with no particular design in mind, so the pages should fit nicely in any theme. If you find Econozel having issues adjusting to your theme, simply add your own styles in an `econozel.css` file in your theme's root folder, and you're good to go!
== Installation ==
If you download Econozel manually, make sure it is uploaded to "/wp-content/plugins/econozel/".
Activate Econozel in the "Plugins" admin panel using the "Activate" link. If you're using WordPress Multisite, you can choose to activate Econozel network wide for full integration with all of your sites.
This plugin is not hosted in the official WordPress repository. Instead, updating is supported through use of the [GitHub Updater](https://github.com/afragen/github-updater/) plugin by @afragen and friends.
== Changelog ==
= 1.0.3 =
* Fix fatal error in admin when the plugin is loaded unexpectedly early
= 1.0.2 =
* Fix bug when BuddyPress is not installed
* Fix bugs for PHP 7.4+
= 1.0.1 =
* Updated author urls to point to their profile's published articles
* Fixed bug where search results pages with aritcles would be marked as plugin pages
* Fixed bug where the author's articles on their BuddyPress profile would not be shown for visitors
= 1.0.0 =
* Initial release