=== Theme Name ===
Contributors: cawpthemes
Tags:  one-column, two-columns, three-columns, four-columns, grid-layout , custom-background, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, sticky-post, full-width-template, theme-options, translation-ready, threaded-comments, blog, photography
Requires at least: WordPress 5.6
Tested up to: WordPress 6.6
Requires PHP: 7.0
Stable tag: 1.5.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html


== Donate link ==

[Donate link](https://cawpthemes.com/donation/)

Moonlit WordPress Theme, Copyright 2026 cawpthemes
Moonlit is distributed under the terms of the GNU GPL

email:   cawpthemes@gmail.com

License: Distributed under the terms of the Apache License, version 2.0 http://www.apache.org/licenses/LICENSE-2.0.html

All the icons taken from genericons licensed under GPL License.
http://genericons.com/

Short description of your theme

== Description ==

Description: Moonlit Dark is a visually striking WordPress blog theme crafted by CA WP Themes. With its elegant and modern design, this theme is perfect for bloggers who want to create a captivating online presence.The Moonlit Dark theme features a sleek and dark color scheme that adds a touch of sophistication to your blog. Its clean layout ensures that your content takes center stage, allowing your readers to focus on your articles and stories. Whether you're a fashion blogger, a travel enthusiast, or a creative writer, Moonlit Dark provides an ideal canvas to showcase your work.This theme is fully responsive and optimized for various devices, ensuring that your blog looks fantastic on desktops, tablets, and smartphones. Its user-friendly interface makes it easy to navigate and interact with your content, offering a seamless reading experience for your visitors.
Details: https://cawpthemes.com/moonlit-dark-blog-theme/
For any query: https://cawpthemes.com/support/

Moonlit is easy to set up and use, even for WordPress beginners. The theme includes clear and concise documentation that walks you through the installation and customization process step-by-step.

Version: 1.4.0

== Installation ==

Download the theme zip file from your account on our website.
Go to Appearance > Themes in your WordPress dashboard.
Click the "Add New" button at the top of the screen, then click "Upload Theme".
Choose the theme zip file and click "Install Now".
Once the theme is installed, click the "Activate" button to activate it.


== Frequently Asked Questions ==

A list of frequently asked questions related to your theme.

== Changelog ==

= 1.0.1 =

Initial release

= 1.0.2 =


Fixed all the following issues:

Fix

moonlit-dark/template-parts/footer/footer-copyright.php

5	ERROR	Missing $domain arg.

5	ERROR	The $text arg must be a single string literal, not "get_theme_mod('moonlit_dark_footer_text')".

5	ERROR	Missing $domain arg.

5	ERROR	The $text arg must be a single string literal, not "moonlit_dark_credit_link()".


moonlit-dark/template-parts/home-sections/banner-sectionone.php

12	ERROR	Missing $domain arg.

12	ERROR	The $text arg must be a single string literal, not "get_theme_mod('moonlit_dark_section_bannerimage_section_title')".

13	ERROR	Missing $domain arg.

13	ERROR	The $text arg must be a single string literal, not "get_theme_mod('moonlit_dark_section_bannerimage_section_text')".


moonlit-dark/template-parts/home-sections/section1.php

11	ERROR	Missing $domain arg.

11	ERROR	The $text arg must be a single string literal, not "get_theme_mod('moonlit_dark_section1_title')".

Provide a unique prefix for everything the Theme defines in the public namespace, including options, functions, global variables, constants, post meta, wp_enqueue_script/style handle names, add_image_size names, wp_script_add_data keys, slugs/ids for new categories created with register_block_pattern_category etc. Theme nav menu locations and sidebar IDs are exceptions.
header.php

make sure that the pingback_url is conditional since pings can be turned off.

is_singular() && pings_open( get_queried_object() ) and escape it.

No Console issues:

	GET https://fonts.googleapis.com/css2?family=Font+Name&display=swap&ver=1.0.0 net::ERR_ABORTED 400

check your theme with the Readme Validator. Warnings are required to be fixed, except for the Stable tag warning. Notes are not required to be fixed.

aria-label needs to be translatable & escaped (esc_attr_|e()).

e.g header-file.php

readme.txt

missing license information for:
images used in this theme, e.g screenshot
Please use this format to declare license information for images:


== 1.0.3==

Fixed:

Translation missing, <span>Share:</span>. Static string must be translation ready.
Invalid text domain loaded, // Add support for Translation load_theme_textdomain( 'textdomain', get_template_directory() . '/languages' );`
Invalid prefixing, register_my_menu, mytheme_scripts.

=1.0.4

Fixed:

Prefixing still not fixed, my_theme_enqueue_styles(), my_theme_wp_nav_menu_args(), register_footer_widget_area(), add_tabindex_to_menu_items.
Translation is still missing, 


==1.0.5==


Fixed:

Remove development files from theme. Like .map file.

Declare image license as below format,


=1.0.7=

Fixed:

Need to escape while using echo to display the get function value in single.php L 21.

User esc_attr instead of esc_html using in html attribute in single.php L42 .

Make a string translation ready in header.php L 36, functions.php L 131, getstart.php L15,21,28.


== Version: 1.0.7.1==

Added Blog Page Settings

== 1.0.7.2===

added New Menu

== 1.0.7.3 ==

Added The content

== 1.0.8==

Fixed:

1. All output should run through an escaping function before outputting.
 (You can use functions like esc_html_e(), esc_attr_e())). Example files:
   a. archive.php:55
   b. header.php:30
   c. inc/getstarted/getstart.php::14, 15, 16, 18, 20, 22, 25, 27
   d. template-parts/footer/footer-copyright.php:6


3. Avoid using the include for loading template files. Instead, use the
 get_template_part() function. Example file: inc/customizer.php::15, 17


  4. Add some introductory comments at the start of the files of
 functions.php, home-sections/section1.php

 5.Different version code between the files of readme.txt and languages/vortexnews.pot. Ensure that you have a unified version number across your theme for avoiding conflicts.

 It is recommended to use locally hosted Google fonts. https://make.wordpress.org/themes/2022/07/28/using-locally-hosted-google-fonts-in-themes/

 ==1.1.0==

 Added Typo Option for Pro

 == 1.1.1===

 Changed the Demo Link

 ==1.1.4-==

 Added 404 page settings

 == 1.1.5==

 Addec Site Identity Settings

 == 1.2.7 ==

license information:

== 1.3.1 ==

Define function needs to be in capital letter check other files too.

Add choies 'sanitize_callback' on category dropdown.

Escaping not done
archive.php L46

== 1.3.2 ==

Share Option in Archive Page

Woocomerce Button CSS

== 1.3.3 ==

Blog Page Template Correction

==================================================================================

== Upgrade Notice ==

Thank you for updating to the latest version of our theme! We've made some exciting improvements and fixed a few bugs to enhance your experience.

Please note that after updating, some settings or features may require reconfiguration. If you encounter any issues, please refer to our documentation or contact our support team for assistance.

We appreciate your continued support and feedback as we strive to provide the best possible theme for your needs.

== Credits ==

This theme includes the following third-party assets:

jQuery (licensed under the MIT license)
Bootstrap CSS and JavaScript (licensed under the MIT license)
Font Awesome Icons (licensed under the SIL Open Font License)
Google Fonts (licensed under the Apache License, Version 2.0)

== License ==

This theme includes components from the Bootstrap framework.

Bootstrap is distributed under the terms of the MIT License:

= Bootstrap =
* Mark Otto
* copyright 2011-2026, Mark Otto
* https://getbootstrap.com/docs/4.0/getting-started/download/
* License: Code released under the MIT License.
* https://github.com/twbs/bootstrap/blob/main/LICENSE

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

== wptt-webfont-loader ==

  Source: https://github.com/WPTT/webfont-loader/
  License: WPTT, https://github.com/WPTT/webfont-loader/blob/master/LICENSE
  Code: https://github.com/WPTT/webfont-loader/blob/master/wptt-webfont-loader.php

== upsell-section ==

  Source: https://github.com/dingo-d/wordpress-theme-customizer-extra-custom-controls/
  License: https://github.com/dingo-d/wordpress-theme-customizer-extra-custom-controls/blob/master/LICENSE.md

== Support ==

If you have any questions or need assistance with this theme, please visit our support page at https://cawpthemes.com/support/. You can also contact us directly via email at cawpthemes@gmail.com. We strive to respond to all support requests within 24 hours. Thank you for choosing our theme!


* Stocksnap Images
  License: CC0 1.0 Universal (CC0 1.0) 
  Source: https://stocksnap.io/license

  Banner Image, JJ Skys the Limit
  License: CC0 1.0 Universal (CC0 1.0)
  Source: https://stocksnap.io/photo/autumn-mountain-PWXJPRKHEM

  Blog Image, Copyright Anita Peeples
  License: CC0 1.0 Universal (CC0 1.0)
  Source: https://stocksnap.io/photo/IX9Z71L6PD

  Blog Image 2, Copyright  Burst
  License: CC0 1.0 Universal (CC0 1.0)
  Source: https://stocksnap.io/photo/DRHFQYCYRY


Image Folder Images/Icons
  Clip Art & All other Images/Icons have been used in images folder, Created by CA WP Themes. Also they are GPL Licensed and free to use and free to redistribute further.

     
For any help you can mail us at cawpthemes@gmail.com