initio

theme

1.0.5-2 • public • Published 3 months ago

Initio WordPress Theme, Copyright 2016 VMThemes

one-columntwo-columnsright-sidebarleft-sidebargrid-layout

1.0.2

  • Initial Release

1.0.3

  • Prefixing classes with text-domain.
  • Prefixing enqueued CSS and JS with text-domain.
  • Adding sanitization and escaping.

1.0.4

  • Prefixing customizer sections.

1.0.5

  • Prefixing classes with text-domain.
  • Prefixing enqueued CSS and JS with text-domain.
  • Adding sanitization and escaping.

1.0.5.1

  • Renamed page templates.
  • Created template Home Page.
  • Removed demo content from blog index.
  • Use core functions in breadcrumbs.php file.
  • Added full file path for require calls.
  • Removed escaping from output functions.
  • Added printf to copyright.php to create a translatable string.
  • Changed esc_html to esc_html__ for for translating.

1.0.5.2

  • Replaced initio_paging_nav function with the_posts_pagination.
  • Disabled demo content in themplate-home.php.
  • Added escaping esc_html for individual settings in initio_theme_custom_styling function.
  • Created editor-style.css
  • Removed size argument from add_theme_support( 'custom-logo' );
  • Minor CSS fixes.
  • Removed file security check script from initio-woocommerce.php file.