topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 1:07 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: NANY 2013: wordpress-basetheme  (Read 15669 times)

justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
NANY 2013: wordpress-basetheme
« on: November 23, 2012, 07:54 AM »
I’ve released a first look at “WordPress Base Theme“, a bare bones base for your own themes:

* DRY (don't repeat yourself)
* KISS (keep it simple stupid)
* easily customisable WordPress base theme.
* uses post formats (standard and link have been implemented)

You can build on this to speed up your own theme development. It's so minimal that I wouldn't recommend it as your final site theme. Instead it makes it trivial to apply your design to a wordpress blog, or to build out from this starting point.




There must be some wordpress users on DC, so feedback is welcome :) Pull requests are also.
« Last Edit: November 23, 2012, 08:12 AM by justice »

rgdot

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 2,192
    • View Profile
    • Donate to Member
Re: NANY 2013: wordpress-basetheme
« Reply #1 on: November 23, 2012, 08:06 AM »
Big WordPress user, will have a look, thanks :)

Renegade

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 13,288
  • Tell me something you don't know...
    • View Profile
    • Renegade Minds
    • Donate to Member
Re: NANY 2013: wordpress-basetheme
« Reply #2 on: November 23, 2012, 08:30 AM »
What does it compare to, and why is it better?
Slow Down Music - Where I commit thought crimes...

Freedom is the right to be wrong, not the right to do wrong. - John Diefenbaker

justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
Re: NANY 2013: wordpress-basetheme
« Reply #3 on: November 23, 2012, 08:35 AM »
Compared to starting from scratch: This is faster than that plus gives you a better base than piecing together snippets from the wordpress documentation, I have some of the work.
It's also (or will become with your help :P) a more reusable base to build off of than other themes and base themes I have seen around because I have left out functionality that is custom to your theme while sensibly implementing shared functionality.

justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
Re: NANY 2013: wordpress-basetheme
« Reply #4 on: November 29, 2012, 05:56 AM »
1.1 now available
Download | View on GitHub

changes:
* updated styling and version
* previous next buttons on singles
* ie style targeting (unused), remove admin bar until supported, top nav
* archives added and accessibility improvement
* date permalinks
* consistent titling
* edit link in footer, no home
* moved comments into its own template file
* padding issue

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: NANY 2013: wordpress-basetheme
« Reply #5 on: November 29, 2012, 08:51 AM »
The idea of making a good base theme that is clear and easy to understand and customize, that people can use as a starting point, sounds terrific.

Ampa

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 592
  • I am cute ;)
    • View Profile
    • MonkeyDash - 2 Player strategy boardgame
    • Donate to Member
Re: NANY 2013: wordpress-basetheme
« Reply #6 on: February 12, 2013, 05:02 AM »
Taking a look at this now - am about to build my first Wordpress theme and hope your base will ease the process.

justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
Re: NANY 2013: wordpress-basetheme
« Reply #7 on: February 12, 2013, 06:11 AM »
Found another one called Starkers (http://nathanstaines...cles/starkers-html5/)