Changeset 3305195
- Timestamp:
- 06/02/2025 05:34:21 PM (10 months ago)
- Location:
- aasitemap
- Files:
-
- 9 added
- 2 deleted
- 2 edited
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (deleted)
-
assets/icon-256x256.png (added)
-
trunk/aa-qsitemap.php (added)
-
trunk/assets (added)
-
trunk/assets/css (added)
-
trunk/assets/css/aa-qsitemap.css (added)
-
trunk/assets/js (added)
-
trunk/assets/js/aa-qsitemap.js (added)
-
trunk/includes (added)
-
trunk/includes/admin-ui.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/sitemap_shortcode.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
aasitemap/trunk/readme.txt
r1018220 r3305195 1 === AA Sitemap ===2 Contributors: aaexten tion3 Donate link: https:// www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ashik685%40gmail%2ecom&lc=US&item_name=Donate%20AA%20Extension%20%21&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest4 Tags: aaextension,sitemap , shortcode , aaextention5 Requires at least: 3.56 Version:1.0 7 Tested up to: 4.0 1 === AA Quick Sitemap === 2 Contributors: aaextensions 3 Donate link: https://aaextensions.com 4 Tags: sitemap , shortcode, posts 5 Requires at least: 5.2 6 Tested up to: 6.8.1 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 Stable tag: 1.0 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 10 12 A simple plugin for include sitemap to your wordpress website.11 A simple plugin for include quickly sitemap to your wordpress website. 13 12 14 13 == Description == 15 This is a sitemap plugin.14 A simple plugin for include quickly sitemap to your wordpress website. 16 15 17 <strong>Plugin Features</strong> 18 19 * Shortcode Enabled 20 21 More features are coming soon .. 22 23 <strong> How to use this plugin</strong> 24 25 Insert anywhere the <strong>[sitemap]</strong> shortcode 26 27 == Installation == 28 29 1. Install as regular WordPress plugin.<br /> 30 2. Go your plugin setting via WordPress Dashboard and find "<strong>AA Sitemap</strong>" activate it.<br /> 16 = Features = 17 <ol> 18 <li>Multiple Design Styles: 19 <ul> 20 <li>Default</li> 21 <li>Accordion</li> 22 <li>Grid</li> 23 <li>Tabs</li> 24 <li>Timeline</li> 25 </ul> 26 </li> 27 <li>Supports Custom Post Types</li> 28 <li>Supports WooCommerce Products</li> 29 <li>Lazy Loading Option for Performance</li> 30 <li>Mobile-Responsive and Touch-Friendly</li> 31 <li>Elegant and Modern UI</li> 32 <li>Shortcode Generator in Admin Panel</li> 33 <li>Multilingual/Translation Ready</li> 34 <li>Lightweight and Fast Loading</li> 35 </ol> 31 36 32 37 33 == Screenshots == 38 39 = How to use it = 40 <ol> 41 <li><strong>Install and Activate the Plugin:</strong> 42 <ul> 43 <li>Upload the plugin files to your WordPress <code>/wp-content/plugins/</code> directory.</li> 44 <li>Activate the plugin via the WordPress admin dashboard.</li> 45 </ul> 46 </li> 47 <li><strong>Use the Shortcode in Posts or Pages:</strong> 48 <ul> 49 <li>Insert <code>[aa_qsitemap]</code> shortcode to display the default sitemap.</li> 50 <li>Use attributes to customize the output, for example: 51 <ul> 52 <li><code>style="accordion"</code> for accordion layout.</li> 53 <li><code>cpt="1"</code> to include custom post types.</li> 54 <li><code>woo="1"</code> to include WooCommerce products.</li> 55 <li><code>lazy="1"</code> to enable lazy loading.</li> 56 </ul> 57 </li> 58 </ul> 59 </li> 60 <li><strong>Configure via Admin Panel:</strong> 61 <ul> 62 <li>Use the shortcode generator to easily build custom shortcode strings with your preferred settings and styles.</li> 63 <li>Select from multiple design templates and enable premium features if available.</li> 64 </ul> 65 </li> 66 <li><strong>Publish and View:</strong> 67 <ul> 68 <li>Publish or update your post/page and view the sitemap displayed with your selected style and options.</li> 69 </ul> 70 </li> 71 </ol> 72 73 74 75 = Installation = 76 <ol> 77 <li>Download the plugin ZIP file.</li> 78 <li>Log in to your WordPress admin dashboard.</li> 79 <li>Go to <strong>Plugins > Add New</strong>.</li> 80 <li>Click <strong>Upload Plugin</strong> and select the ZIP file.</li> 81 <li>Click <strong>Install Now</strong> and then <strong>Activate</strong> the plugin.</li> 82 <li>Access the plugin settings or shortcode generator from the admin menu.</li> 83 </ol> 84 85 86 = Screenshots = 34 87 1. screenshot-1 35 88 2. screenshot-2 36 89 90 = Changelog = 37 91 92 <ol> 93 <li> 94 <strong>Version 1.0.1</strong> 95 <ul> 96 <li>Added multiple new sitemap styles: 97 <ul> 98 <li>Grid</li> 99 <li>Tabs</li> 100 <li>Timeline</li> 101 <li>Accordion</li> 102 </ul> 103 </li> 104 <li>Implemented lazy loading to improve page load speed and user experience.</li> 105 <li>Added support for: 106 <ul> 107 <li>Custom Post Types (CPT)</li> 108 <li>WooCommerce product listings</li> 109 </ul> 110 </li> 111 <li>Developed an elegant shortcode generator accessible from the admin panel for easy customization.</li> 112 <li>Enhanced mobile responsiveness and accessibility across all templates and features.</li> 113 <li>Fixed minor bugs and improved overall plugin stability and security compliance.</li> 114 </ul> 115 </li> 116 </ol> 117 118 119
Note: See TracChangeset
for help on using the changeset viewer.