Thewirelessguy Cornerstone Versions Save

Cornerstone is a WordPress starter theme based on the Zurb Foundation Responsive Framework. Cornerstone aims to provide a lightweight starter theme that is responsive and SEO friendly that web designers can build great looking websites on.

5.3.0

4 years ago
  • Update to Zurb Foundation 6.6.1.

5.2.2

4 years ago
  • Update to Zurb Foundation 6.5.1.
  • HTML5 Supports Argument for Script and Style Tags. In HTML5, the type attribute is not required for the <script> and <style> tags. Including the attribute on these tags (type="text/javascript", for example) will trigger a validation warning in HTML validation tools. In WordPress 5.3, two new arguments are now supported for the html5 theme feature, script and style. When these arguments are passed, the type attribute will not be output for those tags.
  • Replace cornerstone_after_body hook with wp_body_open().

5.2.1

5 years ago
  • Update to Zurb Foundation 6.5.1.
  • Remove responsive embed. Responsive embed feature will be moved to a separate plugin and a Gutenberg block to provide more control over where it is used.

5.2.0

5 years ago
  • Update to Foundation 6.5.0.
  • Remove Orbit template.
  • Add page templates (full width and grid-container) with no title.
  • Minor code cleanups.

5.1.2

6 years ago
  • Update to Foundation 6.4.3.
  • Fix incorrect file name for enqueued Foundation CSS.

5.1.1

6 years ago
  • Updated to Foundation 6.4.2.
  • Escape text in register_nav_menus (security and better internationalisation support).
  • Remove landmark roles.

5.1.0

6 years ago
  • Updated to Foundation 6.4.1.
  • Now using the new XY Grid as default.
  • Added search page template

5.0.0

7 years ago

Key Changes:

  • Updated to Foundation 6.3.1.
  • Now using flex grid as default.
  • Enabled shortcodes in widgets.
  • Page default is now full width, with template options for left or right sidebar
  • Moved content post formats to template-parts.
  • Archive/category/index/tags have been simplified allowing them to use the same layout via get_template_part.
  • Added ability to switch blog layouts (e.g 'classic', 'grid', 'cards') for archive/category/index/tags by changing a parameter in the get_template_part.
  • Improved documentation at the top of files.
  • Main style.css enqueued for those not using the theme with a child theme. Easily overridden from child theme.
  • Included WordPress Core CSS in stylesheet - https://codex.wordpress.org/CSS
  • Added Responsive Embed wrapper for YouTube, Vimeo and Facebook videos
  • The cornerstone_entry_meta function has been completely rewritten. Options have been added to easily change the order of the meta information to be displayed ('date', 'author', 'categories', 'tags'). The function now has the ability to remove items from display in the theme, e.g. removing author byline. This is done by removing the item from the order array. Text, images or font icons can be added before and after each item. Entry meta is now added via the do_action hooks 'cornerstone_entry_meta_header' and 'cornerstone_entry_meta_footer' instead of directly using cornerstone_entry_meta() in the theme.
  • Added bower.json file to enable updating of CSS/JavaScript dependencies using bower-installer https://github.com/rquadling/bower-installer
  • CSS and JavaScript including the main style.css can now be overridden in a child theme by just adding a file with the same name and in the same folder structure. No need to dequeue/enqueue in your child theme. For example, 'foundation.css' in a 'css' folder in a child theme will override the one in the parent theme.

4.2.4

7 years ago
  • Updated to Foundation 6.2.4.
  • Added Schema.org Organisation Logo markup.
  • Fixed unclosed div tag.