Skip to content

A minimal and very usefull blank theme for Wordpress to start any theme project

Notifications You must be signed in to change notification settings

Pobb/minimal-blank-theme

 
 

Repository files navigation

minimal-blank-theme

A simple, light and minimal blank theme, to start any wordpress project, without need of deleting or changing any code. Just add yours.

Don't forgot to change the domain to yours if you need translation or to change the text, in this files :

  • 404.php (lines 3, 6)
  • comments.php (lines 15, 26, 27, 28, 37)
  • index.php (line 13)

The Minimal Blank Theme made by Pierre-Olivier Blouin and Edouard Labre, is currently in version 1.1 (2013/12/06).

Changelog

Version 1.1

  • Replace the param of post_class() function : 'entry' by array('entry') in page.php, index.php and single.php
  • Fix for get_template_part() the path of example block in single.php and page.php
  • Moved the get_template_part() function in page.php, under the

    title

  • Replace the class of the loop section : "entry-section" by "entry-loop" in index.php
  • Replace h3 title by h1 in single.php

Version 1.0

  • Initial

About

A minimal and very usefull blank theme for Wordpress to start any theme project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.0%
  • CSS 1.8%
  • JavaScript 0.2%