You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shortcode for showing the last updated date (and/or time) of an item of a post type.
12
+
Flexible Shortcode for showing the last updated date (and/or time) of an item of a post type.
13
13
14
14
15
15
## Description:
@@ -19,6 +19,16 @@ Very useful to output the updated date of a custom post type item on a regular p
19
19
*Backstory:* I needed something like that for a client project to display the last updated date/time of a download post type on a regular content page. Since I knew, I would need the same functionality for an other existing site and maybe in future too, I just build it into a "general plugin" rather than a simple code snippet...! There were no existing plugins/solutions out there (at least I didn't found them yet...) that fitted my needs so I had to build it myself...
20
20
21
21
22
+
## Features:
23
+
24
+
* Can be used in post/ page content (also post types), text widgets and also for page builder plugins etc.
25
+
* Supports date/ time format from WordPress settings by default
26
+
* Genesis Framework: easily use this in various footer/ simple edit plugins (don't forget post ID) or with the awesome Blox free/pro plugin and similar - it's that easy!
27
+
* Developer friendly: customize or extend via filters, styles and styling-friendly CSS classes
28
+
* Fully internationalized and translateable! -- German translations already packaged!
29
+
* Developed with security in mind: proper WordPress coding standards and security functions - escape all the things! :)
30
+
31
+
22
32
## Plugin Installation:
23
33
24
34
**Manual Upload**
@@ -37,6 +47,7 @@ Very useful to output the updated date of a custom post type item on a regular p
37
47
**Updates**
38
48
* Are done via the plugin "GitHub Updater" (see above) - leveraging the default WordPress update system!
39
49
* Setting your GitHub API Token is recommended! :)
50
+
* It's so easy and seamless you won't find any better solution for this ;-)
40
51
41
52
42
53
## Usage - Examples:
@@ -117,7 +128,6 @@ Will show only date (as set in WordPress Settings > General) for the item of a p
117
128
* Used textdomain: `shortcode-item-updated`
118
129
* Default `.pot` file included
119
130
* German translations included (`de_DE`)
120
-
* Currently translateable are the plugin title, plugin description, label before string and the separator string
121
131
* Plugin's own path for translations: `wp-content/plugins/shortcode-item-updated/languages/shortcode-item-updated-de_DE.mo`
122
132
**Recommended:* Global WordPress lang dir path for translations: `wp-content/languages/plugins/shortcode-item-updated-de_DE.mo` ---> *NOTE: if this file/path exists it will be loaded at higher priority than the plugin path! This is the recommended path & way to store your translations as it is update-safe and allows for custom translations!*
123
133
* Recommended translation tools: *Poedit Pro v1.8+* or *WordPress Plugin "Loco Translate"* or *your IDE/ Code Editor* or *old WordPress "Codestyling Localization"* (for the brave who know what they are doing :) )
@@ -127,4 +137,4 @@ Will show only date (as set in WordPress Settings > General) for the item of a p
127
137
128
138
See plugin file [CHANGES.md here](https://github.com/deckerweb/shortcode-item-updated/blob/master/CHANGES.md)
129
139
130
-
Copyright (c) 2015-2016 David Decker - DECKERWEB.de
140
+
Copyright (c) 2015-2016 David Decker - DECKERWEB.de
0 commit comments