=== AllureWP === Contributors: khushwantmewara Theme URI: https://wordpress.khushwantmewara.com/themes/AllureWP Author: Khushwant Mewara Author URI: https://khushwantmewara.com Requires at least: 5.0 Tested up to: 6.5 Requires PHP: 7.0 Version: 1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, elementor, woocommerce == Description == AllureWP is a modern, responsive, and customizable WordPress theme built for blogs, portfolios, and small business websites. It offers clean design, fast performance, and compatibility with page builders like Elementor and plugins like WooCommerce. Perfect for users who want a flexible, SEO-friendly, and lightweight theme. == Installation == 1. Upload the theme folder `allurewp` to the `/wp-content/themes/` directory. 2. Go to the WordPress dashboard > Appearance > Themes. 3. Activate the **AllureWP** theme. == Features == * Responsive mobile-first layout * Sticky header support * Mobile navigation with dropdowns * Featured images support * Elementor compatible * WooCommerce ready * Translation-ready (`allurewp` text domain) * Sidebar and widgets support * SEO-friendly structure * Comments and threaded replies * Custom logo and site identity options == Theme Structure == allurewp/ ├── style.css Theme stylesheet with metadata ├── functions.php Theme setup and functions ├── index.php Main fallback template ├── single.php Single post layout ├── page.php Page layout ├── archive.php Archive pages (category, tag, date) ├── 404.php Not found page ├── header.php Site header ├── footer.php Site footer ├── sidebar.php Sidebar layout ├── comments.php Comment section ├── template-parts/ │ ├── content.php Archive/search content block │ └── content-single.php Single post content block ├── inc/ │ ├── customizer.php Customizer settings │ └── template-tags.php Custom helper functions ├── assets/ │ ├── css/ │ │ └── style.css Additional theme styles │ └── js/ │ └── custom.js Mobile navigation JS == Customization == Use the WordPress Customizer (**Appearance > Customize**) to: * Set site title, logo, and tagline * Control homepage display (static/blog) * Add widgets to the sidebar and footer * Adjust menu settings and layout options == Localization == Translation-ready. All strings use: ```php __( 'Text', 'allurewp' ) _e( 'Text', 'allurewp' )