Changeset 1631921
- Timestamp:
- 04/07/2017 10:37:52 AM (9 years ago)
- Location:
- autodater
- Files:
-
- 7 deleted
- 2 edited
-
autodater.php (deleted)
-
css (deleted)
-
functions.php (deleted)
-
images (deleted)
-
readme.txt (deleted)
-
settings.php (deleted)
-
trunk/autodater.php (modified) (1 diff)
-
trunk/readme.txt (modified) (6 diffs)
-
uninstall.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
autodater/trunk/autodater.php
r1631686 r1631921 5 5 Description: AutoDater is simple and flexible plugin for you updating your post titles daily with specified date or time sting.If you are waiting for dynamic date on post title, this plugin is the best option to our need. 6 6 Version: 1.0 7 Author: K .Saikrishna7 Author: Krnm Saikrishna 8 8 Author URI: https:/krnmsaikrishna.wordpress.com 9 9 License: GPL2 or later -
autodater/trunk/readme.txt
r1631686 r1631921 14 14 == Description == 15 15 16 AutoDater is simple and flexible plugin for you updating your post titles daily with specified date or time sting. 17 If you are waiting for dynamic date on post title, this plugin is the best option to our need. 16 AutoDater is simple and flexible plugin for you updating your post titles daily with specified date or time sting.If you are waiting for dynamic date on post title, this plugin is the best option to our need. 18 17 19 = Features = 18 **Features** 20 19 21 20 * Dynamically update date on post title daily once. … … 25 24 * Choose the date or time by php date function parameters, i.e Y-m-d means year-month-date. 26 25 27 = Extra Features = 26 **Extra Features** 28 27 29 28 * You can deactive the plugin, just with one click on plugin settings page On\Off option directly. … … 31 30 * There is no need to do any manual startup,this plugin automatically do its work everyday. it will automatically works by daily visitor of your website. 32 31 33 = Note = 32 **Note** 34 33 35 34 * Without proper activation, category, position options the plugin will not work, handle options carefully. 36 35 * Don't add unspecified characters in date or string, it may generate wrong output. you can use only php date function specified parameters. 36 * If the website have no single visit in day. that day this plugin not do anything. so you can set a cron job on your hosting provider admin settings to load website home page once a day. 37 37 38 = Help = 38 **Help** 39 39 40 40 * If you need any help see [Plugin Website](https://krnmsaikrishna.wordpress.com/plugins/autodater). … … 43 43 44 44 1. Upload the entire `autodater` folder to the `/wp-content/plugins/` directory. 45 2. Activate the plugin through the 'Plugins'menu in WordPress.45 2. Activate the plugin through the `Plugins` menu in WordPress. 46 46 47 You will find 'AutoDater'menu in your WordPress admin panel.47 You will find `AutoDater` menu in your WordPress admin panel. 48 48 49 49 For basic usage, you can also have a look at the [Plugin Website](https://krnmsaikrishna.wordpress.com/plugins/autodater). … … 51 51 == Frequently Asked Questions == 52 52 53 = How to update multiple post titles at a time =53 = How to update multiple post titles at a time? = 54 54 55 55 Very simple to do this, just add a category what you want update titles daily in autodater settings. 56 56 57 = How to change the date or time string =57 = How to change the date or time string? = 58 58 59 59 You can visit and learn the date function parameters on [PHP Official Website](http://php.net/manual/en/function.date.php). 60 60 61 = Can i place date string any where on post title =61 = Can i place date string any where on post title? = 62 62 63 63 Yes, you can manage this setting on position options like bigninng or ending also custom position by adding autodater word in your post title. that's it! … … 79 79 80 80 It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using ou plugin and find it useful, please consider and donate some money to our development. Your donation will help encourage and support the plugin's continued development and better user support. 81 *[DONATE NOW](https://krnmsaikrishna.wordpress.com/donate/)81 [DONATE NOW](https://krnmsaikrishna.wordpress.com/donate/) 82 82 83 83 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.