Posts: 457
Name: Randy
Location: Northern Wisconsin
|
Quote:
|
Does Wordpress allow you to have total control over how you want your website to look? Or are you very limited design-wise?
|
Absolutely! In fact, that is one of the main reasons I like it. I am very much into the design of a website and hate settling for premade stuff and I have found wordpress to be much easier than Drupal or others to do so( IMO). There are many great articles on how to create a design from scratch like this one http://css-tricks.com/video-screenca...ress-part-one/
You can even have different templates for differnt pages, posts, etc.
Quote:
|
I too am wanting to be able to offer cms. I'm currently using Microsoft Expression and have found - so far - that I can tweak it to code any design I choose.
|
I have no experience with this at all, sorry. Do you use it for coding features or WYSIWYG editing features? A HUGE part of creating WP templates is fully understanding CSS, I assume you have a grasp on that.
Quote:
|
Also, for existing websites created in Expression, is there any way I could "add on" a Wordpress page so that clients would have 1 page they can update???
|
You can add wordpress a level down in your site so the whole site does not revolve around it. However, the work it requires to create a complete theme from scratch will be overkill for one or two pages. Keep in mind, though it isn't terribly complicated to design a site from scratch in WP, you still need to create MANY different "files"(includes) such as a "page", "post", "index", "comments", etc. template.
In a case where only one or two pages will be CMS, or the client is on a limited budget, I have used a premade template and just tweaked the css to match the rest of the site in "some" way.
|