A responsive WordPress theme with a simple grey color palette. Clean and simple, this theme is optimized for legibility. It is well suited to blogs and portfolio sites.
This theme has support for all of the built-in WordPress Theme Features.
You can use the Theme Customizer for easy modification of the following theme settings:
In addition to the Site Title and Description, you can:
- Add a logo to be displayed in the Header
- Apply styles to the logo: slightly rounded corners, or a circle effect.
- Upload a Site Icon to be used as a browser favicon and app icon on mobile operating systems.
This section allows you to customize the appearance of the Header
- change the colors used in the Header:
- background color
- text color
- link color and link hover color
- upload an image to be used as the background for the Header
- add a drop shadow to elements in the Header
This section allows you to upload an image to be used as the background for the main content area.
This theme includes one Primary Navigation menu area, which is displayed right under the page Header.
You can set the Primary Navigation menu to any of the following styles:
- Flat - this will present all the links inline regardless of the hierarchy of the menu.
- Hierarchical - this style presents the menus as nested lists
- Drop Down - this style displays the menu in a fully accessible nested drop-down style.
This theme defines the following widget areas:
- Secondary - this is the main widget area, appears as a sidebar.
- Featured - This is an additional widget area used by the Feature Page template, used for featured content widgets, usually presented full width.
- Footer - a responsive widget area in the footer that responsively switches between 1, 2 and 3 columns depending upon available space.
The footer has two text fields (Top and Bottom), for displaying credits, copyright info and the like in the footer.
- Footer Top Text is displayed at the top of the footer, above the Footer Widgets.
- Footer Bottom Text is displayed under the Footer Widgets.
- You can also choose whether or not to Display the WordPress and Theme credits at the bottom of the footer.
This theme uses the Open Sans web font via Google Fonts. In addition, it includes the following icon fonts:
- Fork Awesome - a forked version of Font Awesome 4.x series with updated icons. Read why they forked the project - I have similar reasons for switching in this theme,
- More Vectors
This theme includes a Feature Page template, which can be used for a front page, or a landing page. It contains an additional widget area that allows you to have full-width widgets.
The following plugins are quite useful in conjunction with this theme:
- Widget CSS Classes - allows you to apply CSS classes to any widget. For example:
- by applying the class 'icons' to widgets in the footer, the theme will allow you to style social media icons to match the footer (dark grey instead of the blue link color). See this in action at my personal site
- by applying the class 'columns' to widgets in the Featured widget area, you can have your widgets be in columns, instead of full width.
- Display Widgets - allows you to choose which posts or pages your widgets are displayed on.
- Custom Query Shortcode - provides a shortcode for using custom queries in your page or post. Simple Grey includes support for using shortcodes within Widgets, so you could use this to generate complex layouts or featured content areas, slideshows, etc.
The following tools and code libraries have ben used in the development of Simple Grey:
- Underscores (_s), by Automattic provides the base functionality of the theme, and is a solid foundation for any theme.
- normalize.css by Nicolas Gallagher and Jonathan Neal is used for css normalization.
- Fluid Baseline Grid Redux is the framework for grid generation and base styles
- node.js and Gulp are used to compile LESS into CSS, to create POT file for translation, and to build the theme.
All development of this theme is done on GitHub. Please file any issues with the theme against the GitHub repository. Contributions are welcome, feel free to fork the project and make pull requests.
More information about this theme is available on the Rex Rana website.
1.8.0
- tested with WordPress 6.6
1.7.9
- updated translation template (languages/simple-grey.pot)
- updated vulnerable node package versions (only available through GitHub repo)
1.7.8
- bug fix for issue with template tag function simple_grey_posted_on();
1.7.7
- Added support for responsive embeds from block editor (16x9)
- Updated Bootstrap version to 5.1.3
1.7.6
- add 'nested list' to label for hierarchical nav style
- make Narrow page template width actually narrow (48em instead of 60em)
1.7.5
- show meta fields below the_content() as per customizer instructions
- fix to issue 18 - double escaped post navigation
1.7.4
- move content templates to partials
- split simple_grey_posted_on() into three template tags:
- simple_grey_posted_on()
- simple_grey_post_updated()
- simple_grey_post_taxonomy()
- make partial for content enty meta footer
- create prod build task in gulp
- update translation template
- fix footer widgets area to 4 columns with clearfix
- make link icons span screen reader only
- center calendar widget nav for prev/next month
- updated compiled css
1.7.3
- bug fix: customizer styles not loading
- bug fix: double escaped footer credits
1.7.0
- added customizer option to toggle display of custom fields / post meta at bottom of single posts
- tested up to WordPress 5.7
1.6.1
- changed order of rules so footer widget icons will display correctly at 150% size
- implemented proper style and script versioning in enqueues
1.6.0
- Swapped out icon font: Font Awesome 4.7.0 for Fork Awesome 1.1.5
- Changed CSS preprocessor from LESS to SASS - applies only to full dev package on GitHub
1.5.2
- Added Customizer settings for Header Text Color, Header Link Color and Header Link Hover Color
- Grouped all header-related Customizer settings into "Header" section
1.5.1
- fixed bug where comments and admin bar would not display if only one post exists
- Renamed page template single-column-narrow.php to page-single-column-narrow.php, so that it is not confused by WordPress as a single post template.
1.5.0
- Added new page template "Single Column Narrow", which uses a single column layout with the secondary sidebar displayed below instead of to the right. The maximum content with would be 60em for this template, designed for optimum line length. This was previously the behaviour of the default page template. The default page template now uses the same behaviour as the posts and archive pages, of displaying the secondary sidebar to the right if active.
- Added comments to all page templates. Enable the "Discussion" checkbox under Screen Options to enable the discussion settings on Pages. Then you can enable comments on a page if you so choose.
- cleaned up editor styles
- fixed bug where tinymce editor would keep growing while typing in editor
1.4.4
- added fix to not display secondary sidebar if not active - issue