Tag Archives: theme framework

Download Thesis WordPress Theme Version 1.6

Thesis WordPress Theme Version 1.6 Download Now! The Thesis Theme for WordPress is a high-quality template system that you can use easily. Thesis Theme 1.6 has just been released to all Thesis users.All in all, version 1.6 takes the Thesis Theme to another level.For bloggers who are new to design, new to FTP, new to CSS and coding, this version is going to be of great help. This is a cool wordpress theme framework!
DIYtheme -Thesis WordPress Theme Version 1.6
thesis-theme-1.6 download
Download Thesis theme 1.6

The Thesis premium WordPress theme from DIY Themes just got even more awesome with version 1.6. In addition to excelling at critical tasks like SEO, site speed, and layout flexibility, version 1.6 now offers design controls that allow you to change the look of your site – think colours, borders, and backgrounds – etc all without touching a bit of code (not even copying and pasting CSS!). Thesis theme has always been blogger-friendly and featured a lot of customization options without the need for coding.If you were afraid of logging onto your server to edit the files and do some CSS and coding, this version will be a great way to make your blog unique through the Thesis interface.

Key Features

  • Thesis Options Panel – one of the most comprehensive theme options panel in a premium WordPress theme. Allows you to easily control and customise almost any aspect of the framework with ease. You can customise everything including, font styles, colours what you want to appear in the navigation menu, page titles, your RSS feed, what meta data shows on your post / page, how your archive page shows up etc.
  • Features and Teasers – Thesis gives you an option called ‘features and teasers’ that allows you to have a front page that is more of a magazine style showing featured posts and short excerpts of other posts with thumbnails.
  • Pixel Perfect Typography – Thesis has polished typography with finely-tuned geometrics for maximum legibility. You can select what type, and size, of font you want in all the different sections of the theme.
  • Continuous Improvement – Thesis is continually being upgraded and improved and new featured added. When you purchase thesis you get access to lifetime updates.
  • Colour Control – Thesis allows you change the colour of virtually every element of theme. Easy change text, border, link, background colours etc.
  • No coding experience required – The Thesis option panels allow you to command your site with ease without requiring detailed knowledge of HTML, PHP or CSS.
  • Hooks – Thesis has a custom hook architecture that allows you to add to, subtract from or modify the functionality of your Thesis installation. It allows you to isolate all of your custom changes to just two key files. This makes your Thesis installation easy to customize, and easy to upgrade.
  • Layout Options – Thesis gives you a multitude of column and width options to choose from. You can select the number of columns (1, 2 or 3 columns), the order of those columns and the exact width of each individual column – all without having to dig into the pages of code.
  • Customisable Multimedia Box – Thesis includes an optional fully customizable multimedia box which can be used for rotating random images, video, advertising or your own custom code.
  • Search Engine Optimization – Thesis boasts the strongest SEO of any theme on the market today thanks to its expertly-coded HTML + CSS + PHP framework.
  • Automatic Thumbnail Generation – Thesis will automatically resize pictures and generate thumbnails for your posts.
  • Future Proof Customization System – Allows modifications with a custom style sheet meaning you can modify your theme and protect it against any future upgrades.
  • Rich Style Classes – Thesis features built in classes to help you make important content stand out, and add some pizzazz to your site. You can add a drop-cap, alert box, a note box, or even wrap text around adsense ads etc.
  • Support – Access to documentation and a great support forum managed by talented and helpful staff
  • Less Plug-ins Required – some of the capabilities that you would normally use plug-ins for are built into the theme. For example SEO options, Google analytics or other header and footer code, navigation menu options etc can all be managed in the theme options panel.
  • Much More read about all Thesis theme 1.6 features here

Price:
Personal Licence: $87
Developer’s License: $164

Demo / Download Thesis theme 1.6
If you are looking for thesis theme discount coupon code or thesis rebate, this site can help you save money.
You can get:
Thesis Personal Rebate: Get $16 off
Thesis Developer Rebate:Get $36 off

PS: if you love theme framework, here are more:
1 Headway theme
2 Studiopress Genesis theme, have a lot child themes

Studiopress Genesis Theme Framework Guide

Best of the best WordPress Theme: Genesis Theme

The studiopress.com released a new wordpress theme, no, it’s a theme framework. I know a lot people do not know what is a theme framework,they are a relatively new thing in the WordPress world and a lot of people either don’t know what one is or how they work.Although there are two popular premium theme framework:the diytheme-thesis theme and headway theme, both of them are easy to use and good seoed,and now the studiopress genesis theme is a new competitor, because the studiopress is famous as you know, and more people may use genesis theme, also there are a lot child theme the gensis will provide.If you are new to theme framework, there is a need to introduce it to you.

Studiopress Genesis Theme Framework

What is a Theme Framework?

In short, a theme framework is a robust WordPress theme that can be utilized out of the box as is, but also easily extended with child themes and hooks. Not only do they provide a number of enhancements above a typical WordPress theme, but they also serve as a platform to build upon for additional functionality. This post will focus exclusively on the Genesis theme framework and how it is structured.

StudioPress Genesis Theme

What is a Child Theme

A child theme is an extension of a theme framework which is comprised of typical theme elements – with Genesis, it includes a screenshot, theme files, a stylesheet, a functions file and an images folder. These elements are grouped together in what’s known as a child theme folder and can be activated like any other WordPress theme. To help explain the relationship of a child theme and the parent Genesis theme framework, I’ll go into detail with each one.

Theme Files

The Genesis theme framework, which in essence is the parent theme, is where all of the theme files are kept. This would include the typical theme files such as 404.php, comments.php, footer.php, header.php, index.php, page.php, single.php and so on. Child themes can also include these files – and the hierarchy works in a way that if any of those files exist in the child theme folder, they will override the parent theme. In other words, if you customize a footer.php file and place it into your child theme folder, that will be used in lieu of the one in the Genesis parent theme. Currently the only theme files that may be found in some of the Genesis child themes are a custom home.php file, which will control the way a site’s homepage will appear. If one is not a part of a child theme, then the theme will use the index.php file, in the Genesis-parent theme, for the homepage.

A Functions File

Most WordPress themes have a functions.php file – which is typically a file where you can control certain behaviors of how WordPress is run or how the theme outputs various things. For instance, a functions file can register sidebar widgets and how they are styled, as well as a number of other “function” related things. With Genesis, the functions.php is simple – it calls the entire theme framework to run and that is the only code found there. The great thing about the way Genesis is built, is that the child theme’s functions file is where a number of things occur – additional sidebar widgets can be registered, and from a development side, custom functions are defined as well as filtered and hooked. (more on that in upcoming posts.)

An Images Folder

This one is pretty self-explanatory – as with any WordPress theme, there is an images folder which is used to hold any images that a theme requires. Use this to hold background images, icons, navbar gradients, and what not.

A Screenshot

All WordPress themes have a screenshoot image included – typically this is called “screenshot.png”, is 600 x 450 in dimension and is a visual display of the theme, which can be seen on the Appearance > Themes page inside your WordPress dashboard. Since child themes have their own folders and are activated like any other theme, they require a screenshot like a standard theme.

A Stylesheet

Many theme frameworks are built in a way that imports the parent theme stylesheet, then allows for customizations to be made by way of the child theme stylesheet. While there is nothing wrong with the way that works, we’ve chosen to simplify things and just give the child theme it’s own stylesheet. In other words, if a child theme is being used, the style.css file in the child theme folder has complete control over the way the child theme looks. You don’t have to compare and sift through multiple stylesheets to look for and change style elements.

In Conclusion

The easiest way for me to explain the relationship between a parent theme and child theme, at least in Genesis’ case is to relate it to a cell phone. The Genesis parent theme is the cell phone, and the child theme is the case you hold it in. You’ll always use the same phone, but if you want to change the way it looks on the outside, you put a cover on it to make it look different. The same holds true with a child theme – as that is what “decorates” the way your theme looks.