All Projects → splorp → Tersus

splorp / Tersus

Licence: gpl-2.0
An achingly simple WordPress theme without all the usual cruft.

Projects that are alternatives of or similar to Tersus

Popper
Popper is an accessible content-first WordPress theme built around beautiful fonts and lots of white space.
Stars: ✭ 49 (-51%)
Mutual labels:  wordpress, wordpress-theme
Vuejs Wordpress Theme Starter
A WordPress theme with the guts ripped out and replaced with Vue.
Stars: ✭ 1,359 (+1259%)
Mutual labels:  wordpress, wordpress-theme
Shapely
Free multipurpose WordPress theme built using Bootstrap
Stars: ✭ 50 (-50%)
Mutual labels:  wordpress, wordpress-theme
Medium Clone
🎉 Mediumm WordPress theme, very inspired by medium.com
Stars: ✭ 29 (-71%)
Mutual labels:  wordpress, wordpress-theme
Wpintel
Chrome extension designed for WordPress Vulnerability Scanning and information gathering!
Stars: ✭ 70 (-30%)
Mutual labels:  wordpress, wordpress-theme
Planet4 Master Theme
Wordpress master theme for the Greenpeace Planet 4 project
Stars: ✭ 34 (-66%)
Mutual labels:  wordpress, wordpress-theme
Wordpress Basis Theme
I'm a WordPress starter theme.
Stars: ✭ 58 (-42%)
Mutual labels:  wordpress, wordpress-theme
Storefront
Official theme for WooCommerce
Stars: ✭ 762 (+662%)
Mutual labels:  wordpress, wordpress-theme
Dones
Simple team task management and tracking
Stars: ✭ 62 (-38%)
Mutual labels:  wordpress, wordpress-theme
Argon Theme
📖 Argon - 一个轻盈、简洁的 WordPress 主题
Stars: ✭ 1,104 (+1004%)
Mutual labels:  wordpress, wordpress-theme
Wp Scribbles Theme
Scribbles is a Primer child theme with a playful and fun mood.
Stars: ✭ 9 (-91%)
Mutual labels:  wordpress, wordpress-theme
Theme
Tonik is a WordPress Starter Theme which aims to modernize, organize and enhance some aspects of WordPress theme development.
Stars: ✭ 1,197 (+1097%)
Mutual labels:  wordpress, wordpress-theme
Idowns
wordpress theme iDowns V1.8.4 不要钱 随意用
Stars: ✭ 27 (-73%)
Mutual labels:  wordpress, wordpress-theme
Diaspora
Diaspora - A WordPress theme
Stars: ✭ 980 (+880%)
Mutual labels:  wordpress, wordpress-theme
Flex With Benefits
Wordpress starter theme for THRIVE
Stars: ✭ 6 (-94%)
Mutual labels:  wordpress, wordpress-theme
Lightning
Lightning is powerful them for WordPress.
Stars: ✭ 55 (-45%)
Mutual labels:  wordpress, wordpress-theme
Vue Wordpress Pwa
An offline-first SPA using Vue.js, the WordPress REST API and Progressive Web Apps
Stars: ✭ 665 (+565%)
Mutual labels:  wordpress, wordpress-theme
Wordpress Gulp Starter Kit
[NOT MAINTAINED] A starter kit for developing WordPress themes with Gulp.
Stars: ✭ 674 (+574%)
Mutual labels:  wordpress, wordpress-theme
Briar
Briar, minimalist free WordPress theme
Stars: ✭ 59 (-41%)
Mutual labels:  wordpress, wordpress-theme
Autonomie
"Autonomie" is a highly semantic, responsive, accessible and search engine optimized WordPress Theme. It provides HTML5 templates refined with microformats, microformats v2 and microdata (Schema.org). "Autonomie" supports a lot of OpenWeb plugins and is fully IndieWeb compatible.
Stars: ✭ 73 (-27%)
Mutual labels:  wordpress, wordpress-theme

Tersus

An achingly simple WordPress theme without all the usual cruft.

About

Tersus is an exercise in publishing template minimalism.

Why create yet another theme? Well, as clean and stripped down as some themes are, we wanted to prune things a bit further.

Tersus was originally named Simplicity — a term that described exactly what the project was all about. However, that was prior to the discovery of a WordPress theme already using that very name. After a brief discussion, several Latin terms were bandied about as replacements. Tersus (which means ‘clean, neat, or cleansed’) seemed to fit the bill rather nicely — and here we are.

A version of Tersus is being developed for Tumblr and is also available on GitHub.

Keep track of Tersus development on Twitter.

Requirements

  • WordPress 4.1 or later

Features

  • HTML5 structure and compliance
  • CSS that has been reset and built from the ground up
  • Non-semantic, presentational markup has been dispatched
  • Built-in theme options for navigation, sidebar, footer, and announcement text
  • Two widget-enabled sidebar areas
  • Responsive, adaptive layout for small screens
  • Clean, valid, and awesome
  • WordPress Theme Review Process compliance (a work in progress)

Child Themes

By removing the majority of the presentational markup and other cruft from the Tersus parent theme, we’ve opened the door for child themes to pick up the aesthetic slack. There are currently three child themes being developed for Tersus.

Credits

Tersus is brought to you by Chris Harrison, Grant Hutchinson, Dan Rubin, and Andy van der Raadt.

Lovely chaps, all of them.

The groundwork for Tersus was based on the Starkers theme created by the affable Elliot Jay Stocks.

We’d also like to give some props to the fine individuals and handy resources which have made the development of Tersus much more enjoyable. Currently on the guest list are Grettir Asmundarson, Beau Calvez, Adam Chamberlin, Daphne Preston-Kendal, BBEdit, CSS Lint, GitHub Desktop, Google’s Structured Data Testing Tool, HTML5 Shiv, and Theme Check.

Cheers.

Licensing

The Tersus theme is absolutely free and conveniently licensed under GPL. You may use it for personal or commercial projects, as you see fit. Please refer to the license.txt file included with the source for more information.

Portions of the stylesheets are based on the YUI CSS Reset and YUI CSS Base tools provided as part of the Yahoo! User Interface Library. All of the YUI Library components are provided free of charge under a liberal BSD license.

The HTML5 Shiv script is licensed under MIT/GPL2.

Version History

0.4.0 — The “Burn It All Down” Release

  • Added .screen-reader-text class to core.css per Theme Check requirements
  • Removed duplicate post and page navigation located above the content
  • Changed all HTML entities back to their original ASCII characters

0.3.1 — The “Missing, Inaction” Release

  • Theme now requires WordPress 4.1 or later
  • Fixed error where $tersus_body_class wasn’t defined in functions.php
  • Added id attributes to register_sidebar() function per WordPress 4.2 requirements
  • Added Text Domain field to style.css header
  • Fixed duplicate text-decoration attributes on <abbr> and <acronym> elements
  • Fixed broken display of theme options
  • Custom link delimiter functions are now filterable
  • Changed post and page navigation to <nav> elements
  • Removed duplicate closed comments messaging
  • Embiggened theme screenshot, this time with feeling
  • Removed deprecated theme tags
  • Updated to HTML5 Shiv 3.7.3

0.3.0 — The “Chk-Chk-Boom” Release

  • Added $content_width theme feature
  • Added alt attributes to post and comment author avatars
  • Reinstated body_class() function with an extremely stripped down set of classes
  • Reinstated comment_form() function
  • Reinstated default comment form anchors
  • Removed extraneous slashes from tag cloud links
  • Removed weird “do not load this page directly” check from comments template
  • Removed renegade styles injected by the Recent Comments widget
  • Standardized attribute quoting for several WordPress functions and template tags
  • Embiggened display of content on image attachment pages
  • Decrufting filters are no longer applied to avatars on admin pages
  • Namespaced all theme functions with the tersus_ prefix
  • Custom theme functions are now pluggable by child themes
  • Updated to HTML5 Shiv 3.7.2

0.2.2 — The “Pretty Pony” Release

  • Theme now requires WordPress 3.4 or later
  • Replaced deprecated get_theme_data() function with wp_get_theme()
  • Replaced bloginfo('language') function with language_attributes()
  • Replaced bloginfo('stylesheet_directory') function with get_stylesheet_directory_uri()
  • Replaced get_option('home') and bloginfo('url') functions with home_url()
  • Replaced the_date() function with the_time(get_option('date_format')) to use the formatting specified in settings
  • Replaced TEMPLATEPATH constant with get_template_directory() for more consistent support in child themes
  • Replaced a handful of renegade PHP short tags for code consistency
  • A custom menu must now be defined to display navigation above main content
  • Decrufted navigation and page menu lists
  • Removed unused _e() and __() text localization functions
  • Removed $post hack from archive.php since the_date() is no longer being used
  • Reinstated the get_search_form() function in sidebar.php because drunk
  • Reinstated properly formatted tag cloud title attributes
  • Reinstated some core WordPress classes so the theme options look prettier
  • Removed reset button from theme options
  • Added theme option to toggle the display of custom footer text
  • Consolidated display of theme and version information in footer
  • Consolidated comment feeds for individual pages and posts in footer
  • Tidied up the comment form and related support text
  • Added a handful of declarations for WordPress-generated classes to core.css
  • Added icons to support iOS 7
  • Updated all iOS and Windows 8 icons for typographic consistency
  • Embiggened theme screenshot, again
  • Replaced the rather free spirited theme tags with official WordPress tags
  • Changed all raw high-ASCII characters to HTML entities

0.2.1 — The “Engorged” Release

  • Theme now requires WordPress 3.0 or later
  • Added support for archives page template
  • Added support for links page template
  • Archive and search result page titles are more descriptive
  • Enabled viewport page zoom
  • Embiggened theme screenshot to support HiDPI displays
  • Embiggened theme avatar to support HiDPI displays
  • Added support for the proliferation of various iOS and Windows 8 iconography
  • Added specificity to the [if IE] conditional
  • Updated to HTML5 Shiv 3.7.0
  • Replaced deprecated get_settings function with get_option
  • Replaced deprecated wp_specialchars function with esc_html
  • Replaced deprecated automatic_feed_links function with add_theme_support
  • Fixed ‘undefined index’ debug errors in theme admin functions
  • Fixed ‘undefined variable’ debug error in simple_post_class function
  • Fixed ‘undefined variable’ debug error in searchform.php

0.2.0 - The “Flavourless” Release

  • Removed theme ‘flavours’ and the related switching option
  • Theme styles are now supported via child themes
  • Theme now uses both parent and child theme favicons
  • The theme version has returned to the footer
  • The name and version of the child theme are now displayed in the footer
  • Fixed improperly generated gallery description lists
  • Fixed display of empty wrapper elements on post and archive pages
  • Standardized comment navigation links
  • Added support for wp_nav_menu navigation menu
  • Added theme option to toggle the display of navigation menu
  • Added theme option to toggle the display of theme information in the footer
  • Added language attribute to <html> element
  • Simplified subcategory lists
  • Replaced the externally linked HTML5 Shiv with a local, minified version
  • Embiggened theme screenshot

0.1.6 - The “Nice Consistency” Release

  • Added support for category archives
  • Added support for tag archives
  • Added support for basic post format styles
  • Fixed intra-blockquote margins
  • Fixed widget spacing on advanced layouts
  • Post formatting is more consistent in archives and search results
  • Fixed and tuned up non-functional the_excerpt links
  • Fixed viewport wonkiness on non-desktop screens
  • Fleshed out hAtom microformats markup
  • Added smarter handling of parent pages for categories and tags
  • Replaced the default gallery with a decrufted version
  • Tidied up the display of attached images
  • Date stamps are now based on the WordPress Date Format setting

0.1.5 - The “Good, Bad & Less Ugly” Release

  • New theme options for non-widget’d page, category, and archive lists
  • Sidebar markup changed to <aside> elements
  • Wrapped author names in <cite> elements
  • Added basic stylee for <blockquote>
  • Super Ginormous layout style is more responsive
  • Fixed collapsing margins when using advanced layout on small screens
  • Fixed display of archives when widgets are active
  • Comment lists now use custom callback function
  • Further decrufting of comments and comment forms
  • Removed crufty classes from avatars
  • Consolidated decrufting functions
  • Fixed stylesheet parsing errors uncovered by CSS Lint
  • Tidied up the display of search results

0.1.4 — The “Wrap It!” Release

  • Updated markup to use <section> and <article> elements
  • New theme option to display site-wide ‘announcement’ banner
  • Advanced layout style is more responsive
  • Advanced layout typography and colours have been adjusted
  • Form elements now have more consistent stylee
  • Tag lists now only appear if there are tags present
  • All rel attributes now validate
  • Added current theme style to footer
  • Removed a schwack of empty CSS selectors
  • Standardized stylesheet naming conventions
  • Lots of text consistency tweakage

0.1.3 - The “About Time This Thing Was Updated Again” Release

  • Added theme options for switching between stylesheets
  • Added ‘Advanced’ and ‘Super Ginormous’ alternate stylesheets
  • Added support for post formats
  • Added missing get_sidebar() function to applicable templates
  • Added fallback for the_title for untitled pages and posts
  • Changed base font stack to sans serif
  • Updated simple_post_class to support a format-type classname, if applicable
  • Replaced static class declarations with post_class function
  • Standardized ‘not found’ messaging
  • Standardized and simplified header text and formatting
  • Simplified ‘older’ and ‘newer’ link text
  • Fixed invalid <textarea> attributes
  • Removed non-valid, IE-specific CSS selectors
  • Removed get_search_form() function from everywhere except the sidebar
  • Continued HTML5 conversion

0.1.2 — The “Dustbunnies” Release

  • Added theme information constants
  • Added contextual delimiters to next and previous links
  • Updated sidebar formatting and default ‘meta’ links
  • Tags and categories are now formatted as unordered lists
  • Paging links are now consistent top and bottom of pages
  • Edit links are now consistent
  • Removed superfluous list formatting around search text
  • Removed duplicate search form from 404 page
  • Removed crufty classes from comment lists

0.1.1 — The “We Don’t Need No Stinkin’ Stylesheet” Release

  • Fixed the ‘headers already sent’ error
  • Reset and base stylesheets are now based on YUI 2.8.2
  • Added artwork for the screenshot and favicon files
  • Updated screenshot.png
  • Updated favicon.ico

0.1.0 — The “Getting Our Feet Wet” Release

  • Initial tinkering
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].