1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Modify Wordpress Themes ??

Discussion in 'HTML & Website Design' started by SOULZRIPPER, Sep 26, 2009.

  1. #1
    Hello there,

    I want to learn how to modify basic free wordpress themes. So it would look a little different than what it is.

    Like the background and stuff. I really don't have a clear idea about designing, so I want someone who knows it to help me out..

    Thing is I just need someone to guide me the basic things I need to know or how to start off with learning how to modify themes.

    Thank you
    Soulz
     
    SOULZRIPPER, Sep 26, 2009 IP
  2. platom

    platom Active Member

    Messages:
    218
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #2
    i also want to know how to modify theme background. I think this is very basic..
     
    platom, Sep 26, 2009 IP
  3. aktiv

    aktiv Member

    Messages:
    62
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    45
    #3
    Go to your theme folder and open style.css

    Check for background
    find background color codes in hex e.g. #000000 is for black and #FFFFFF is for white. Open up Photoshop color picker and choose any color of your liking and copy its hex code.

    change it and then save ...now reload your homepage.
    Thats the quickest one for modifying theme background.

    You need some CSS lessons to start modyfying your themes for wordpress.
     
    aktiv, Sep 26, 2009 IP
  4. instant87

    instant87 Active Member

    Messages:
    626
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    80
    #4
    You need to learn basic CSS and HTML to change templates. You can modify templates right in the wordpress admin panel.
     
    instant87, Sep 26, 2009 IP
  5. klown99

    klown99 Peon

    Messages:
    237
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #5
    learn a few basics on css and html from w3schools.com [it is a no brainer. People with a pretty decent brain should be able to understand it well.

    The design and layout of the wordpress themes heavily depend upon the style.css file found inside the wordpress theme folder.

    If you want to change a header background image for example,

    You open the "images" folder in your wordpress theme folder and find out the name of the header image.

    Then open up style.css in notepad and locate the name in the file.

    You can learn easily if you go about this way. :)

    Hope this helped you in some way.
     
    klown99, Sep 26, 2009 IP
  6. Dee2007

    Dee2007 Active Member

    Messages:
    1,185
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    88
    #6
    Yes, if you know css and html you can totally transform a WP template.

    Dee
     
    Dee2007, Sep 26, 2009 IP
  7. platom

    platom Active Member

    Messages:
    218
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #7
    i'm trying..

    thanks for all responds..:cool:
     
    platom, Sep 27, 2009 IP
  8. so_sweet

    so_sweet Member

    Messages:
    234
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #8
    so_sweet, Sep 27, 2009 IP
  9. aktiv

    aktiv Member

    Messages:
    62
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    45
    #9
    the tutorial on wpdesigner(small potato) was a big hit some years back. But if you don't want to learn CSS and html or PHP you can try your hands on a no brainer program called 'Artisteer'. Download and give it a try. Its like using MS Word.
    It has a lot of choice of templates to choose from. You can customize every part of the theme. But again if u have a good background in Design and Coding you can create awesome themes out of it.
     
    aktiv, Sep 28, 2009 IP
  10. Highwayman

    Highwayman Peon

    Messages:
    117
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Wordpress is open source, so just download all the files via FTP. You want to change the contents of the folder wp-content > themes > yourtheme
     
    Highwayman, Sep 28, 2009 IP
  11. myst_dg

    myst_dg Active Member

    Messages:
    224
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #11
    Read some tutorials, there are plenty of if you search in google. For example:
    http://vandelaydesign.com/blog/wordpress/tutorials-for-developing-wordpress-themes/
     
    myst_dg, Sep 28, 2009 IP
  12. SOULZRIPPER

    SOULZRIPPER Well-Known Member

    Messages:
    2,382
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    165
    #12
    See as I said I really don't wanna build a Wordpress theme from the scratch.

    Say if there is a free wordpress theme out there which can be modified a little to make it look different, is all I want to do !
     
    SOULZRIPPER, Sep 28, 2009 IP
  13. appleranger

    appleranger Peon

    Messages:
    339
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Check out the tutorials vandelaydesign. They should be able to answer your question.
     
    appleranger, Sep 28, 2009 IP
  14. myst_dg

    myst_dg Active Member

    Messages:
    224
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #14
    Yes, there are so many, but I really wander that how do you modify a theme if you know nothing about making one? This is f---ing unbelievable.
     
    myst_dg, Sep 28, 2009 IP
  15. SOULZRIPPER

    SOULZRIPPER Well-Known Member

    Messages:
    2,382
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    165
    #15
    You need not know how to develop a theme from the scratch to modify few minor things. As a matter of fact I've been doing for a couple of months now.

    I just want to enhance my skills that's all.
     
    SOULZRIPPER, Sep 28, 2009 IP
  16. allennbb

    allennbb Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Css modification is good for the changing display
    YOu need to have good understanding of php to do major changes
     
    allennbb, Sep 28, 2009 IP
  17. myst_dg

    myst_dg Active Member

    Messages:
    224
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #17
    Really? So you think you can win a game without knowing the rules. Probably that's why you're still asking for help on basic things like how to change background after "doing" for a couple of months.
     
    myst_dg, Sep 28, 2009 IP
  18. Earn at Home

    Earn at Home Peon

    Messages:
    240
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #18
    I agree, there is no such thing called "Free" in this world
     
    Earn at Home, Sep 29, 2009 IP
  19. SOULZRIPPER

    SOULZRIPPER Well-Known Member

    Messages:
    2,382
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    165
    #19
    What did he mention about "Free" anyways :p

    I better hire a designer instead of getting into the whole mess. I really don't think I got enough patience or time to really get into the basic stuffs.

    Or probably buy that software which creates wordpress themes ;)
     
    SOULZRIPPER, Sep 29, 2009 IP