• Marello

    (@marello)


    Hey,

    I’ve just got wordpress and am trying to create a custom template. I’ve essentially done the basics which I can find, ie. creating a new .php file but now I actually want to start tweaking it visually and adding plugin functionality.

    I’ve been searching the net for tutorials but can’t find anything that bridges the gap between the really simple (how to post a blog) and the ones which assume a foundational knowledge of HTML & CSS.

    Can anyone point me towards some good resources. I literally need something that even explains which file you put the CSS scripting in and how you get it onto your website.

Viewing 6 replies - 1 through 6 (of 6 total)
  • WPyogi

    (@wpyogi)

    This is a good reference site: http://www.w3schools.com/w3c/

    But there are LOTS of other ones and tutorials including YouTube videos – google will find you many :).

    For WP info, try the Codex: http://codex.wordpress.org/Getting_Started_with_WordPress

    Also, http://wordpress.tv/

    Aaron Happe

    (@aaron-happe)

    All the above mentions, by WPyogi are good. If you have no foundations of HTML and CSS, it is probably wise to learn them separately, then think about how they apply to WordPress.

    Good Free Resources:
    http://www.w3schools.com/
    http://www.codecademy.com/

    If you have the time and money to invest:
    http://www.lynda.com
    http://www.learnable.com

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    And here are 250 resources
    http://www.webdesignerdepot.com/2009/08/250-resources-to-help-you-become-a-css-expert/

    Unfortunately, it’s not our place to teach HTML and CSS.

    Thread Starter Marello

    (@marello)

    Thanks for the links everyone.

    I’ll work my way through them properly shortly, but they still seem to be missing what I’m looking for. I understand the code examples. What I’m not getting is the simple stuff like how on earth I get this code into WordPress. Most tutorials seem to skip this step!

    Thread Starter Marello

    (@marello)

    PS I’ve read most of the links WPYogi linked me to, they’re still not really clear on how you get these features into WordPress although I do understand the script itself.

    WPyogi

    (@wpyogi)

    Unfortunately, it’s not that simple to grasp – and it depends on what you are trying to change or do. WordPress doesn’t use static HTML so except for content, you can’t just add HTML – it often involves modifying .php files, so you then need to understand how WP is coded/works. For CSS, it’s mostly all done in the style.css file – but for sure, you want to use a child theme or custom CSS option (plugins can add that if it’s not part of a theme) for modifications so that they are not overwritten when the theme is updated.

    For a custom template, the above would likely apply – but if you post more specific questions, someone may be able to give you more help with it.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Where to start with CSS & HTML’ is closed to new replies.