Here are some of the key features in the theme:
We’re excited to be able to release this theme for free at WordPress.org.
new* 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
updated* 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
new* ADD: Added missing text domain. - style.css
updated* 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).
updatedheader.php -- removed spot for old titles
updated functions.php -- declared support for title-tag -- added title fallback for users of older versions of WP
updatedcomment-functions.php -- updated function name to match callback (translation changes led to mismatched names)
updatedincludes/fonts.php -- altered http enqueueing of fonts to allow for https operation.
newsearch.php -- added template for search results
newincludes/fonts.php -- added 54 additional Google Fonts
newincludes/widgets.php -- added line break before and after widget to make reading source code easier on front of site
updatedheader.php -- removed unnecessary option for header/text logo. Uploading logo replaces text logo now
updatedlayouts/pagination.php -- swapped previous/next arrows for more natural arrangement
updatedincludes/custom-css.php -- fixed some CSS specificity in the navigation menu colors -- removed unnecessary output of font weight (makes headings have font-weight of 700 which was already in the style.css file)
updatedincludes/options.php -- changed footer custom text option to editor type from text
updatedfunctions.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
updatedstyle.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
updatedlanguages/simple.pot -- update file to match new textdomain and string updates
updatedChanged textdomain throughout from organizedthemes to simple in order to match the folder name
newFirst public release!