Results 1 to 2 of 2

Thread: How does WordPress fit into the big picture of web design?

  1. #1
    eindoofus Guest

    How does WordPress fit into the big picture of web design?

    I'm having a hard time understanding WordPress. Where does the line between HTML/CSS/Javascript/PHP end and WordPress begin? I heard that WordPress allows you to design websites and allows the clients to update them, but to what degree?

    How much control does one surrender by using WordPress? And how much can the client update on there own? If you use WordPress do you need to use it for the entire site or is it possible to only integrate the blog aspect of it?

  2. #2
    Join Date
    Mar 2010
    Location
    England
    Posts
    1,144
    Where does the line between HTML/CSS/Javascript/PHP end and WordPress begin?
    Well Obviously HTML/CSS/JavaScript/PHP are coding languages, So when you make your WordPress theme using these, you can make it however you want. For example, if you wanted the title of a post you would do:

    HTML Code:
    <h2><?php the_title(); ?></h2>
    All your outputting is the text, so you add the heading tags yourself, i could have put that inside an intput textfield if i wanted to.

    So as far as "control", if your the theme designer ( or you have knowledge of HTML/CSS etc, you can do pretty much everything you want to do.

    ----

    And how much can the client update on there own?
    They can update as much as they want, they can update the content mainly ( which is what it is aimed at ), they can install new themes, they can modify themes, they can manage files, they can edit URL Rewrites, they can do loads.

    Check it out at WordPress.com ( make a free account and take a browse of the admin panel ), but note that because it is hosted via WordPress, you loose some of the features. If you want to see the full features you have to download it, and install in your own webspace.

    --
    If you use WordPress do you need to use it for the entire site or is it possible to only integrate the blog aspect of it?
    Yeah, just make a sub directory on your site, say? blog/ then put wordpress inside that. WordPress even comes with a neat little file "wp-blog-header.php", so if you put wordpress inside blog/ then on your home page, you can include ( 'blog/wp-blog-header.php' ); and you get most of the wordpress features on your home page aswell. Pretty sweet ( if you understood what i was on about ).

Similar Threads

  1. Replies: 0
    Last Post: 27 Jul 2009, 03:43 PM
  2. Replies: 0
    Last Post: 27 Jul 2009, 03:39 PM
  3. Looking For an Affordable Web Site Hosting Plan
    By seotips in forum Web Hosting and Domain Names
    Replies: 0
    Last Post: 10 Apr 2009, 02:00 AM
  4. GDSD#2: Practical Ergonomics for Modern Web Design, ZuniWeb
    By WongFei in forum General Questions
    Replies: 0
    Last Post: 16 Apr 2007, 08:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •