Changeset 1451841
- Timestamp:
- 07/09/2016 01:18:14 PM (10 years ago)
- File:
-
- 1 edited
-
wp-realtime-sitemap/trunk/readme.txt (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-realtime-sitemap/trunk/readme.txt
r1451834 r1451841 11 11 == Description == 12 12 13 A sitemap plugin to make it easier for your site to show all your pages, posts, archives, categories and tags in an easy to read format without any need for template modification or html/phpknowledge in a page, my plugin does not create a .xml for any search engines this is outside of what this plugin was designed to do.13 A sitemap plugin to make it easier for your site to show all your pages, posts, archives, categories and tags in an easy to read format without any need for template modification or HTML/PHP knowledge in a page, my plugin does not create a .xml for any search engines this is outside of what this plugin was designed to do. 14 14 15 15 1. Order the output anyway you want in the plugin settings page. … … 25 25 1. Hierarchical list of pages and categories. 26 26 1. Supports I18n for translation. 27 1. Supports use of the wordpressshortcode for including the sitemap in pages and posts.27 1. Supports use of the Word shortcode for including the sitemap in pages and posts. 28 28 1. Supports menus created with the inbuilt WordPress Menu Editor. 29 29 1. Works on WordPress Multisite (WPMU, WPML) blogs. 30 1. Comes with an uninstaller, if you don t want it anymore just deactivate the plugin and delete it from within wordpress and it will delete all of its settings itself.31 32 I can t think of anything else that I personally would need this plugin to do for my own use, if anyone feels it doesn't meet what they need, or has any suggestions as to how to make it better then do please get in touch with me and I will see what I can do to accomodate your requests.30 1. Comes with an uninstaller, if you don't want it anymore just deactivate the plugin and delete it from within WordPress and it will delete all of its settings itself. 31 32 I can't think of anything else that I personally would need this plugin to do for my own use, if anyone feels it doesn't meet what they need, or has any suggestions as to how to make it better then please get in touch with me and I will see what I can do to accommodate your requests. 33 33 34 34 WP Realtime Sitemap is available in:- … … 47 47 == Installation == 48 48 49 = Instructions for installing via download from wordpress.org =49 = Instructions for installing via download from WordPress.org = 50 50 51 51 1. Download and extract the Plugin zip file. … … 67 67 1. Click Pages in the left hand menu navigation. 68 68 1. Click on "Add New" in the left hand menu navigation or click on "Add New" next to the Pages header in the main content area. 69 1. Give your page a title I suggest Sitemap, and put `[wp-realtime-sitemap]` into the wysiwygbox.69 1. Give your page a title I suggest Sitemap, and put `[wp-realtime-sitemap]` into the WYSIWYG box. 70 70 1. Now save or update the page and click on the View page link at the top to see your new sitemap. 71 71 72 **Note**: If you already have a page for your sitemap then put the shortcode `[wp-realtime-sitemap]` in this pages wysiwygbox instead of creating a new page.72 **Note**: If you already have a page for your sitemap then put the shortcode `[wp-realtime-sitemap]` in this pages WYSIWYG box instead of creating a new page. 73 73 74 74 Please see the [FAQ](http://goo.gl/QNiRH "FAQ") and [Other Notes](http://goo.gl/bVQBL "Other Notes") tab for further help. … … 86 86 = I have some pages that I need but are to be hidden and not on the sitemap = 87 87 88 My plugin only shows posts and pages that have the status as published, so if you wish to have a post of page be published but not to be shown, change its status to "privately published" and it will disappear off the sitemap, you can do this easily when editing a post/page with the Publish box on the left hand side, I have included a scree shot to show what to set this box to. You can also exclude by ID now in the settings.88 My plugin only shows posts and pages that have the status as published, so if you wish to have a post of page be published but not to be shown, change its status to "privately published" and it will disappear off the sitemap, you can do this easily when editing a post/page with the Publish box on the left hand side, I have included a screenshot to show what to set this box to. You can also exclude by ID now in the settings. 89 89 90 90 = I cant get the other short code options to work = … … 96 96 This method is no longer supported, please use the shortcode `[wp-realtime-sitemap]` instead in a page or a post, please see the [Installation](http://goo.gl/bRO8F "Installation") tab for further help. 97 97 98 = Is there a php code so I can add it to a phptemplate file? =98 = Is there a PHP code so I can add it to a PHP template file? = 99 99 100 100 This method is no longer supported, please use the shortcode `[wp-realtime-sitemap]` instead in a page or a post, please see the [Installation](http://goo.gl/bRO8F "Installation") tab for further help. … … 146 146 * Spanish by Francois-Xavier Gonzalez. **needs updating** 147 147 148 All translators will have a link to their website placed on the plugin homepage on my site, and on the wordpress plugin homepage, in addition to being an individual supporter.148 All translators will have a link to their website placed on the plugin homepage on my site, and on the WordPress plugin homepage, in addition to being an individual supporter. 149 149 150 150 Full details of producing a translation can be found in this [guide to translating WordPress plugins](http://goo.gl/Q5LhT "guide to translating WordPress plugins"). … … 171 171 = 1.5.3 = 172 172 * Added "show_promote" to default options. 173 * Added upgrade procedure as wordpress changed the way the activation hook works, no longer fires on upgrade only activation.173 * Added upgrade procedure as WordPress changed the way the activation hook works, no longer fires on upgrade only activation. 174 174 * German translation by [Andreas Breitschopp](http://www.ab-weblog.com/de/). 175 175 * Made some minor changes to the plugin readme.txt to make it easier for people to understand how to use the plugin. … … 178 178 * Fixed issue with variable name for custom post types. 179 179 * Added option to show categories with posts in a hierarchy. 180 * Added option to show menu created with the menu maker in wordpress.180 * Added option to show menu created with the menu maker in WordPress. 181 181 * Dutch translation by [Martien van de Griendt](http://www.vandegriendtwebsites.nl). 182 182 * Updated wp-realtime-sitemap.pot, wp-realtime-sitemap.po and the rest of the .po translation files. … … 191 191 192 192 = 1.5 = 193 * Completely written all of the options in the admin interface.193 * Completely rewritten all of the options in the admin interface. 194 194 * Option to exclude pages, posts, custom post types, archives, categories and tags from the output. 195 195 * Now able to limit posts, custom post types, archives, categories and tags from the output. … … 201 201 202 202 = 1.4.8 = 203 * Added custom post types, if this was something you have been waiting for, or have requested then please consider making a [donation](http://goo.gl/ ddoa5"PayPal donation") thank you!203 * Added custom post types, if this was something you have been waiting for, or have requested then please consider making a [donation](http://goo.gl/mmUuGj "PayPal donation") thank you! 204 204 * Added ability to change the names of the sections from the defaults of Pages, Posts, Archives, Categories and Tags, this is optional if there blank/empty will use the defaults. 205 * No longer using query_posts to display pages, posts and custom post types, now using get_posts now works correctly with WPMU .205 * No longer using query_posts to display pages, posts and custom post types, now using get_posts now works correctly with WPMU, WPML. 206 206 * Added Screenshots of admin interface, and the output of the plugin. 207 * Fixed bug where was showing comments and comment formon the sitemap page, a great big thank you to [eceleste](http://wordpress.org/support/profile/eceleste) for help with this fix.208 * Fixed issue where was output html which wasn't valid for posts, missing the double quotesround the url, thanks to [GreyIBlackJay](http://wordpress.org/support/profile/greyiblackjay) for spotting this.207 * Fixed bug where comments and the comment form was showing on the sitemap page, a great big thank you to [eceleste](http://wordpress.org/support/profile/eceleste) for help with this fix. 208 * Fixed issue where HTML output wasn't valid for posts, due to missing the double quotes around the url, thanks to [GreyIBlackJay](http://wordpress.org/support/profile/greyiblackjay) for spotting this. 209 209 210 210 = 1.4.7.2 = … … 220 220 221 221 = 1.4.6 = 222 * Updated code to be morecleaner and easier to understand.222 * Updated code to be cleaner and easier to understand. 223 223 * Used WordPress Settings API for options form, and added validation. 224 224 * Updated the localization files, still fully translatable right down to the admin area. … … 236 236 237 237 = 1.4.3 = 238 * Fixed issue where overwrit ting `sort_column` variable.238 * Fixed issue where overwriting `sort_column` variable. 239 239 240 240 = 1.4.2 = 241 * Fixed minor bug, where content output would be before whatever was put into the wysiwygeditor, instead of after.241 * Fixed minor bug, where content output would be before whatever was put into the WYSIWYG editor, instead of after. 242 242 * Wrapped date for posts in a span tag so easier for this to be styled. 243 243 244 244 = 1.4.1 = 245 * Minor security update added nonce field to the form, to check request came from your site and not someone else s site who was using the same plugin.245 * Minor security update added nonce field to the form, to check request came from your site and not someone else's site who was using the same plugin. 246 246 247 247 = 1.4 = 248 * Hot Fix: Removed comment replacement code in favour of shortcodes instead, this was needed to fix an issue on some blogs where phpmemory limit is set to 64MB.248 * Hot Fix: Removed comment replacement code in favour of shortcodes instead, this was needed to fix an issue on some blogs where PHP memory limit is set to 64MB. 249 249 * Added options to choose to have post count and post date output with the sitemap. 250 250 * Streamlined options in the database now instead of several rows for the options in the database, there is now only 1. … … 253 253 = 1.3 = 254 254 * Hierarchical list of categories. 255 * Change code for tags to use wordpress inbuilt functions instead.255 * Change code for tags to use WordPress inbuilt functions instead. 256 256 * Supports I18n for translation. 257 257 … … 276 276 277 277 = 1.4 = 278 You will need to change the code you have in your pages/posts to show the sitemap, please see plugin page on wordpress.org for more info.278 You will need to change the code you have in your pages/posts to show the sitemap, please see plugin page on WordPress.org for more info. 279 279 280 280 = 1.1 = 281 Before upgrading you MUST delete the old plugin from your wordpress installation, BEFORE installing the new version! I changed the name of some of the variables stored in the database.281 Before upgrading you MUST delete the old plugin from your WordPress installation, BEFORE installing the new version! I changed the name of some of the variables stored in the database.
Note: See TracChangeset
for help on using the changeset viewer.