Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator t-p

    (@t-p)

    Hi Tinker123,
    You say these are ‘fairly modern’, in version terms these are quite old, as the new ‘WordPress 3’, a new version of PHP, were recently released in 2010, and some code calls may well now be deprecated.

    As you are re-visiting WordPress then the code structures will not likely be an issue for you, as you say “some small things were out of date”.

    The latest versions support new menu structures, post images, template parts, custom post types, child themes etc:

    I have a set of over 20 tutorials you might want to look through, that use some of these features, they are aimed at the novice so should be easy to understand.

    Also turn debugging on in your local wp-config.php, search for the plugin ‘Theme Check’ and install it, as it lists deprecated calls and alternatives, suggests replacements, and reccommends features.

    HTH

    David

    Thread Starter tinker123

    (@tinker123)

    Wow thanks.

    I have a template for a basic theme left over from the 1st ( and last ) time I made a theme.

    I was hoping to find an up to date tutorial, that would walk me through the process of building a theme, along the lines of “create this file, put this code in it, this is what this code does”. Something that doesn’t assume I know jargon ( ie, WTF is a child theme? a widget? etc).

    I was thinking that I could follow such a tutorial by reviewing the files I have, changing and adding code where necessary.

    I looked over your site and it looked like most of the tutorials were for single tasks.

    So you have beginners soup to nuts theme building tutorial?

    Thread Starter tinker123

    (@tinker123)

    Please ignore that last post……I tried to edit it, but I took to long

    Thread Starter tinker123

    (@tinker123)

    I am nearly done with a hacked quick and dirty theme for a friend’s static web site. The theme looks similar to her site, so that it blends in with her static site.

    My plan is to create a second blog as a lab where I will work on a more sophisticated theme, one that will allow us to replace her static site entirely with a blog.

    I have only made 1 theme so far. I used a tutorial with a format like “make this file, put this code here, this is what this code does”.

    I didn’t get a lot of education about concepts and jargon. I’m a programmer so I was able to hack my way though the pHp and CSS ( hacking the CSS layout was MUCH harder than hacking the pHp ).

    I was hoping to get a more modern tutorial to follow it and update the code I have as I go follow the tutorial.

    From *quickly* perusing your “getting started” page it looks like a LOT has changed. For instance, WP now has a built in custom menu feature. I was going to build a CSS drop down menu myself, until I read that. Then I saw that there is this thing called a “child theme” that lets you reuse existing themes to get a new look/layout without having to make a whole new theme.

    Since I am nearly done with an interim blog for my friend I may just slow down to read your stuff so I start off modern and don’t reinvent the wheel.

    Thread Starter tinker123

    (@tinker123)

    adeptris;

    Are your tutorials sequential, starting from nothing to make a custom theme?

    I found two drop down menus. I read the “getting started” in one of them and look over a few tutorials in the same menu. It seems like a lot is skipped.

    Is that because the latest wordpress 3 doesn’t require the same steps for building up a theme?

    Hi tinker123,
    There are two sets and the tutorials are all in sequence, each one takes 1/2 – 1 hour, they use the twenty ten theme as a base to build a child theme.

    You could build a theme from nothing, but with ‘WordPress 3’ you can use any theme as a base, and then create a child theme which inherits all the parents files, with just a few lines in the style.css

    Then you can add new styles override code and styles etc:, you need to work through the first set to understand how easy this is.

    HTH

    David

    Thread Starter tinker123

    (@tinker123)

    Now that I am functioning a full night’s sleep it sounds exciting.

    The theme I developed is bare bones, missing a lot of functionality. The code reuse sounds tempting.

    I am certainly going to make time to read that series.

    I was wondering why the new WP installation only came with one default theme, in the past they would give you at least 2 – 3.

    Thanks again!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Making your own theme: Most up to date tutorials?’ is closed to new replies.