-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
62 lines (43 loc) · 1.92 KB
/
Copy pathreadme.txt
File metadata and controls
62 lines (43 loc) · 1.92 KB
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
=== CitePress – Automatic Citation Generator ===
Contributors: nusagates
Tags: citation, reference, bibliography, shortcode, academic
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
Stable tag: 1.7
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Generate and display a clean citation box for any WordPress post using customizable academic citation styles.
== Description ==
**CitePress** lets you generate a properly formatted bibliography (reference) for any post using simple shortcodes.
Built for academic blogs, research documentation, online journals, and educational websites.
**Features:**
- Citation styles supported: APA, MLA, Chicago, IEEE, Harvard, Vancouver, ASA, ACS, ACM
- Customizable citation label and access date format
- Outputs a styled, collapsible citation box
- Uses clean shortcodes: `[citepress style="apa"]`
- No custom tables, no frontend scripts, lightweight
== Installation ==
1. Upload the `citepress` folder to the `/wp-content/plugins/` directory
2. Activate the plugin via the 'Plugins' menu in WordPress
3. Use the shortcode `[citepress style="apa"]` in any post or page
4. Customize via **Settings → CitePress**
== Frequently Asked Questions ==
= How do I change the label or date format? =
Go to **Settings → CitePress** and modify the label for the citation box or the access date display.
= Can I use this with custom post types? =
Currently the shortcode works best inside standard posts. Support for CPTs can be added manually or through future updates.
== Screenshots ==
1. Admin settings panel with options
2. Frontend citation box output
== Changelog ==
= 1.6 =
* Customizable citation box label
* Markup improved for frontend box styling
= 1.5 =
* Added settings for access label and date format
= 1.0 =
* Initial release with multiple citation formats and shortcode output
== Upgrade Notice ==
= 1.6 =
Adds dynamic title label and improved styling structure.