=== Simple and Clean ===

Contributors: organizedthemes
Requires at least: 4.7
Tested up to: 6.8.2
Requires PHP: 7.0
Stable tag: 1.0.9
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.en.html


== Copyright ==

Simple and Clean WordPress Theme, Copyright (c) 2018 https://www.organizedthemes.com/
Simple and Clean is distributed under the terms of the GNU GPL


== Description ==

An elegant way to communicate your thoughts.


== Screenshots ==

1. Main screenshot for the theme on the theme list section of the admin.


== Installation ==

1. Go to the appearance section of your WordPress control panel.
2. Select themes.
3. Select the button at the top to install/add themes.
4. Click upload theme and click choose file.
5. Browse for the ZIP file you downloaded from Organized Themes.
6. Select activate once the theme installs.
7. If it asks you to install recommended plugins, please do so. Activate them after installation.
10. Check out our premium WordPress themes: https://www.organizedthemes.com/themes/


== Frequently Asked Questions ==

= Where can I find support? =
You can find support here: https://wordpress.org/support/theme/simple-and-clean/
and here: https://www.organizedthemes.com/account/helpdesk

= Where can I find additional theme information? =
You can find the theme information here: https://www.organizedthemes.com/theme/simple-clean/


== Credits ==

Simple and Clean uses the following licenses:

tinynav.js -- MIT license
html5.js -- MIT license
respond.js -- MIT/GPL v2 license
icon font from https://www.alessioatzeni.com/ -- released with no license restrictions
options framework (inc folder) -- GPL v2
iris.js -- GPL v2
color-picker.min.js -- GPL v2
options-custom.js -- GPL v2


=== Images ===

License: CC0 https://creativecommons.org/publicdomain/zero/1.0/
screenshot.png - https://pxhere.com/en/photo/813230


== Changelog ==

= 1.0.9 =
* July 18, 2025

* FIX: Page title display on archive pages showing incorrect format. - functions.php
* FIX: PHP 8.x compatibility issues.
- includes/fonts.php
- content.php
- content-video.php

= 1.0.8 =
* February 21, 2025

* ADD: wp-block-styles theme support to be compatible with WordPress.org guidelines. - functions.php
* ADD: responsive-embeds theme support to be compatible with WordPress.org guidelines. - functions.php
* ADD: align-wide theme support to be compatible with WordPress.org guidelines. - functions.php
* UPDATE: Tested up to format to be compatible with WordPress.org guidelines. - style.css - readme.txt
* UPDATE: Using get_template_part instead of require_once to be compatible with WordPress.org guidelines. - inc/options-framework.php
* UPDATE: Removed includes/title.php file and used pre_get_document_title filter instead. - functions.php
* UPDATE: HTTP to HTTPS.
* REMOVED: Unnecessary title tags. - style.css
* REMOVED: Unnecessary wp_title from header.php since we have title-tag theme support. - header.php

= 1.0.7 =
* December 2, 2024

* ADD: title-tag theme support to be compatible with WordPress.org guidelines. - functions.php
* ADD: sanitize_text_field to settings to be compatible with WordPress.org guidelines. - includes/theme-customizer.php
* ADD: wp_body_open to be compatible with WordPress.org guidelines. - header.php
* UPDATE: PHP 8.3 compatibility.
* UPDATE: Renamed and added theme screenshot photo license. - readme.txt
* UPDATE: Improved search button layout. - style.css
* UPDATE: Theme URI, Tested up to, Requires PHP and added Copyright. - style.css
* UPDATE: Theme screenshot. - screenshot.png
* UPDATE: Commented filter to disable custom user profile fields in order to be compatible with WordPress.org guidelines. - includes/author-fields.php
* UPDATE: "Twitter" to "X".
* UPDATE: Text improvements.
* FIX: Text domain. - search.php
* FIX: Removed video kept being displayed on the blog archive. - functions.php
* FIX: PHP fatal error on submitting comment. - comments.php
* FIX: PHP warnings and notices.
- includes/options.php
- includes/fonts.php
- includes/theme-customizer.php
- includes/fonts.php
- inc/options-interface.php
- inc/options-framework.php

= 1.0.6 =
* April 24, 2019

* ADD: Added missing text domain. - style.css
* UPDATE: Theme URL. - style.css
* UPDATE: Removed an extra tag and a discontinued tag. - style.css
* UPDATE: Unmatched text domains.
* UPDATE: Added and corrected various escaping on strings and functions.
* UPDATE: Removed title tag function (to use core WP title tag support).

= 1.0.5 =
* November 1, 2016

header.php -- removed spot for old titles
 functions.php -- declared support for title-tag
-- added title fallback for users of older versions of WP
comment-functions.php -- updated function name to match callback (translation changes led to mismatched names)
includes/fonts.php -- altered http enqueueing of fonts to allow for https operation.

= 1.0.4 =
* February 2, 2015

* search.php -- added template for search results
* header.php -- removed unnecessary option for header/text logo.  Uploading logo replaces text logo now
* layouts/pagination.php -- swapped previous/next arrows for more natural arrangement
* includes/fonts.php -- added 54 additional Google Fonts
 					 -- removed unnecessary output of font weight (makes headings have font-weight of 700 which was already in the style.css file)
* includes/widgets.php -- added line break before and after widget to make reading source code easier on front of site
* includes/options.php -- changed footer custom text option to editor type from text
* functions.php -- removed redirect to theme options on theme activation (no longer necessary due to logo change).
 				-- changed textdomain from organizedthemes to simple
 				-- updated version number
* style.css -- changed width of searchbox so it will use calc if supported
 			-- added styles for media playlists
 			-- made navigation menu items a heavier font weight for better visibility
 			-- improved styles for search results
* languages/simple.pot -- update file to match new textdomain and string updates
 
Changed textdomain throughout from organizedthemes to simple in order to match the folder name
 
 = 1.0.3 =
First public release!
