Wolf

Wolf is a SASS-powered starter theme for WordPress with a ton of features. Use it to make something awesome.
Alternatives To Wolf
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tabler33,4381657 days ago16April 04, 201951mitHTML
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
Ngx Admin24,340
719 days ago11July 19, 2017463mitTypeScript
Customizable admin dashboard template based on Angular 10+
Bootswatch14,0261,604157a month ago39September 15, 202234mitJavaScript
Themes for Bootstrap
React Toolbox8,7051,310132a year ago66June 02, 2018267mitJavaScript
A set of React components implementing Google's Material Design specification with the power of CSS Modules
Nebular7,737454392 months ago87September 22, 2022837mitTypeScript
:boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
Sphinx_rtd_theme4,3292,0044,0404 days ago32September 13, 2021235mitSass
Sphinx theme for readthedocs.org
Understrap2,9578116 days ago37November 08, 202175gpl-3.0CSS
Underscores + Bootstrap = Understrap, the renowned open-source WordPress starter theme.
Minima2,88725,661616 days ago15August 16, 201927mitSCSS
Minima is a one-size-fits-all Jekyll theme for writers.
Modular Admin Html2,791
2 years ago2April 12, 201959otherHTML
ModularAdmin - Free Dashboard Theme Built On Bootstrap 4 | HTML Version
Foundationpress2,780
4 years ago35April 12, 201955mitPHP
FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
Alternatives To Wolf
Select To Compare


Alternative Project Comparisons
Readme

wolf

##Wolf is a starter theme for WordPress. You can take Wolf and hack away on it. No need for a parent theme.

###Why Wolf is awesome:

Based on underscores, Wolf comes with:

  • Just the right amount of lean, well-commented, modern, HTML5 templates.
  • A helpful 404 template.
  • A sample custom header implementation in inc/custom-header.php that can be activated by uncommenting one line in functions.php and adding the code snippet found in the comments of inc/custom header.php to your header.php template.
  • Custom template tags in inc/template-tags that keep your templates clean and neat and prevent code duplication.
  • Some small tweaks in /inc/tweaks.php that can improve your theming experience. They can be activated by uncommenting one line in functions.php.
  • Keyboard navigation for image attachment templates. The script can be found in js/keyboard-navigation.js. It’s enqueued in functions.php.
  • 5 sample CSS layouts in /layouts: Two sidebars on the left, two sidebars on the right, a sidebar on either side of your content, and two-column layouts with sidebars on either side.
  • The GPL license in license.txt. :) Use it to make something cool.

###Added to Wolf:

###Some Helpful Mixins/Functions

  • After defining $doc-font-size, you can convert any pixel value to ems easily. example: h1{ font-size: em(32px); }
  • Easily add responsive styles with: @include breakpoint($point); Check out the sizes and accepted values in sass/mixins/_media-queries.scss
  • All of Madr's CSS3 Sass Mixins - located in sass/mixins/_misc.scss. This includes:
    • An easy to use clearfix with @include cf;
    • IE-8 Compatible display:inline-block @include inline-block;
    • Mixins for hiding elements in a variety of ways. @include hidden;, @include invisble;, and @include visually-hidden;
    • Even more

###Editing Wolf

To edit the theme, you'll need compass & Sass running. You can use Codekit, Prepros, Grunt, or the command line tools.

For more about sass:

All Sass files are in the sass directory and you can edit any one you like. style.scss is the main stylesheet. You can see it importing the other scss files. These will all be processed into one file, and are for organizational purposes. Your browser will only be loading style.css as usual.


Inspiration and Code Borrowed: wp-talon, Bones, Tincap, blueox


Make something awesome.

Popular Theme Projects
Popular Sass Projects
Popular User Interface Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Theme
Sass
Awesome List
Mixins
Sidebar
Sass Mixins