6 replies [Last post]
mkessler
mkessler's picture
Offline
Regular
Last seen: 11 years 51 weeks ago
Timezone: GMT-4
Joined: 2010-08-02
Posts: 12
Points: 18

Hey,

After searching for this topic and finding a few answers, I wanted to re-ask this question because I couldn't find any threads more recent than 2009.

I ask because most sites I see from ALL CMS's appear in a box-templated format and just seem boring. I know many people are actually using pre-developed templates for their sites and I haven't been able to find a whole lot of custom work for any CMS other than WordPress (which I don't want to design/develop for).

So, in your opinion what is the best CMS to design for that is not very restricting (in terms of design) and is simple to integrate?

Thanks!

Verschwindende
Verschwindende's picture
Offline
Guru
Last seen: 4 weeks 3 days ago
Timezone: GMT-5
Joined: 2009-10-09
Posts: 2057
Points: 2289

mkessler wrote: ... So, in

mkessler wrote:

... So, in your opinion what is the best CMS to design for that is not very restricting (in terms of design) and is simple to integrate? ...

Wordpress. Oh, wait.

mkessler wrote:

... any CMS other than WordPress (which I don't want to design/develop for). ...

Oh, nevermind.

mkessler
mkessler's picture
Offline
Regular
Last seen: 11 years 51 weeks ago
Timezone: GMT-4
Joined: 2010-08-02
Posts: 12
Points: 18

I guess it's not that I don't

I guess it's not that I don't want to.. it's more of I don't know anything about PHP. I'm just getting to the point where I feel confident with my HTML and CSS, so I'd like to start learning PHP next.

The site I want to integrate a CMS for is currently on my test domain - http://aisf.digital-tap.com/

My biggest problem with WordPress is I just don't know where to get to started. I've read over their documentation on developing themes, but like I said I'm not at a point where I can just throw some PHP together then add my HTML and CSS to customize it.

Do you know if there are any plain templates specifically for that purpose? If all I needed to do was add my own CSS and modify the HTML I think I could use WordPress.

Thanks for the help!

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 11 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

You're making difficulties

You're making difficulties for yourself. All CMS of note use PHP or another scripting language the question is which of them requires you to get involved at that level the least? WordPress is insanely easy to theme, too easy imho and is part of the reason there are so many god awful badly conceived themes available - there are also some really excellent ones too!.

With WP you do not need to throw some php together, you do not really need any php skills, it's all about child theming at the most basic level and a child theme can be as simple as just a directory in which you place a single file 'style.css'

Your last question suggests that you probably have not yet grasped some basic concepts of WP theming and you must go back over and over the WP codex pages related to design and theming (ignore anything else for the moment)

Start of by creating a child theme of Twentyten default WP theme follow the guidelines on the WP codex for creating a child theme - note! how the template hierarchy works (again it's insanely simple).

Sadly as with most things there is a learning curve and there is that point of inertia where you stare at things utterly non plused; you have to accept that and struggle on, you are learning and that does not come overnight, there are no shortcuts, and eventually you must learn sufficient php and markup skills if you want to master something like WP to any great degree, having said that though, one heck of a lot of WP at many levels is simply copy 'n' paste from examples *he sighed*

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

mkessler
mkessler's picture
Offline
Regular
Last seen: 11 years 51 weeks ago
Timezone: GMT-4
Joined: 2010-08-02
Posts: 12
Points: 18

Yea - It's definitely a

Yea - It's definitely a learning process and the toughest part is always figuring out where to get started. Thanks for the advice. I'll see what I can do with developing a basic child theme.

Ed Seedhouse
Ed Seedhouse's picture
Offline
Guru
Victoria British Columbia
Last seen: 2 years 5 weeks ago
Victoria British Columbia
Timezone: GMT-8
Joined: 2005-12-14
Posts: 3570
Points: 675

I find that wordpress 3 with

I find that wordpress 3 with the "Weaver" theme makes it even more insanely easy than it otherwise is. It even produces valid html! I've done three sites with it lately and you can knock a simple one up in an hour or two. Before I found Weaver I was about to give up on Wordpress which I didn't find easy at all to write themes for.

Ed Seedhouse

Posting Guidelines

Watch out! I am carrying irony, sarcasm and satire, and know how to use them.

Tyssen
Tyssen's picture
Offline
Moderator
Brisbane
Last seen: 8 years 23 weeks ago
Brisbane
Timezone: GMT+10
Joined: 2004-05-01
Posts: 8201
Points: 1386

You don't need to know any

You don't need to know any PHP to use ExpressionEngine. A little bit helps, but it's in no way necessary. On the other hand, you do need to learn ExpressionEngine's templating language instead but that's a trade-off you simply can't avoid. You either learn PHP or you learn a templating language like Smarty or a proprietary one like used in ExpressionEngine, ModX etc.

How to get help
Post a link. If you can't post a link, jsFiddle it.
My blog | My older articles | CSS Reference