Saltnpixels Ignition Versions Save

The Starter Theme that Could

v4.0.1

3 years ago

See changelog

v4.0.0

3 years ago

Completely revamped from the ground up. Now uses webpack and modules see changelog

3.5

4 years ago

No more old ACF sections. A few new functions. Better Gutenberg Styling to match Gutenberg on the back end.

3.4.3

4 years ago

This release is the last one to have classic sections as well as the ability to set a page as an archive. That feature has been removed and now instead one should use the theme settings page to create more settings pages for each post type.

3.4.2

4 years ago

After this ACF Sections will be removed and you can continue using the ACF Blocks with Gutenberg.

3.4.1

4 years ago

Now that css is put into the dist folder, relative urls in css were not working. This fixes that.

3.4.0

4 years ago

ignition has been changing rapidly to work better with Gutenberg and to streamline the way you work. Documentation is still being written. Check the changelog to see all changes. Here are some big ones:

  • Ignition is getting easier to plug and play blocks and extra functionality. You can simply create sass, js, and php files anywhere and they will be included automatically where needed. Files that you want added to custom.js can be in one of 3 places.
    • Inside the js/custom folder like always
    • inside template-parts, but it must start with an underscore _file.js
    • inside inc folder, but it too must start with an underscore _file.js
  • Any php files that start with an underscore found in template-parts folder or inc folder will be automatically included in functions.php for you. You don't need to go including them with include().
  • Now all build files are not included in the theme. Instead they get created when you run npm start and are put in a 'dist' folder. This will allow for building and deploying better and keeps the repo clean.
  • Added ability to have scripts added to dist folder without being part of custom.js file (just dont add an underscore to your js file and it will be output into the dist folder as a separate file).
  • New Ability: Theme Options Page! Now you can manage extra theme options and create post type option pages for each post type and change some other things via the theme options page.

NOTE: The old way of making archive pages will be removed soon, as well as the classic editor group fields (header and page sections), as you should now be using blocks.

3.2.4

4 years ago

BIG Changes. Now you can add JS and sass files within the template-parts folder. These files will get added into the assets folder automagically and then compile. With these changes, a few files were added, removed or moved around.

  • Re added support for internationalization.
  • Moved around some sass files and sass content:
    • added articles.scss for all article styles. This replaces archives.scss
    • moved some styles into template-parts/post/post.scss from articles.scss
    • Added global/defaults.scss with some site defaults taken from other sass files.
    • removed headers.scss and footers.scss because the content from those is now in defaults.scss.
  • Added ability to show ign_loop function as opposed to the long conditionals. Easily allows routing to the right content without a lot of lines by using the ign_loop function

3.2.3

4 years ago

Just some tiny changes and some comment fixes

3.2.1

4 years ago

Fixed page/content.php