>
Download This Plugin | |
Download Elegant Themes | |
Name | Days Until |
Version | 1.1 |
Author | Eric Medin |
Rating | 0 |
Last updated | 2012-07-25 04:05:00 |
Downloads |
1177
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Days Until plugin added 14 bytes of resources to the Home page and 29 bytes of resources to the sample Post page.
Days Until plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Days Until plugin ads no tables to your Wordpress blog database.Originally I used the "Countdown Timer" plugin written by Andrew Ferguson to accomplish what I wanted, however, his implementation to output in just days also outputted extraneous text that I was not interested in. On top of that, the actual count algorithm was flawed. Rather than hack this plugin to pieces to get the output I needed, I decided to just roll my own.
This is a bare bones, no-frills plugin since this is my first attempt at it. This means no fancy options or configuration screens.
To use the plugin, simply install it and then use the following shortcode to output the number of days until a given date in its place:
[days_until date="SPECIFIC DATE"]
Where "SPECIFIC DATE" can be any text that that PHP's strtotime function can understand.