Skip to main content

Home/ Wordpress/ Group items tagged webdesign

Rss Feed Group items tagged

Vernon Fowler

Child Themes « WordPress Codex - 0 views

  • A child theme resides in its own directory in wp-content/themes. The scheme below shows the location of a child theme along with its parent theme (Twenty Twelve) in a typical WordPress directory structure:
  • This directory can contain as little as a style.css file, and as much as any full-fledged WordPress theme contains: style.css (required) functions.php (optional) Template files (optional) Other files (optional)
  • @import url("../twentytwelve/style.css");
  • ...4 more annotations...
  • Note on the @import rule There must be no other CSS rules above the @import rule. If you put other rules above it, it will be invalidated and the stylesheet of the parent will not be imported.
  • Unlike style.css, the functions.php of a child theme does not override its counterpart from the parent. Instead, it is loaded in addition to the parent’s functions.php. (Specifically, it is loaded right before the parent’s file.)
  • But, when creating child themes, be aware that using add_theme_support('post-formats') will override the formats as defined by the parent theme, not add to it.
  • A child theme can override any parental template by simply using a file with the same name.
sandy doank

Tutorial Instal Wordpress In Computer Local Server - Gang Tutorial - 0 views

  •  
    Tutorial Instal Wordpress In Computer Local Server
Vernon Fowler

Add Odd/Even to Posts | WordPress Snippets - 0 views

  • To add the classes “even” and “odd” to your posts, put the following snippet in your functions.php.
Vernon Fowler

Creating Mobile-Optimized Websites Using WordPress - Smashing Mobile | Smashing Mobile - 0 views

  •  
    Creating Mobile-Optimized Websites Using WordPress http://t.co/fUf6hwL0 via @smashingmag
Vernon Fowler

Function Reference/wp is mobile « WordPress Codex - 0 views

  • This Conditional Tag checks if the user is visiting using a mobile device. This is a boolean function, meaning it returns either TRUE or FALSE.
Vernon Fowler

10 HTML5-Ready Blank, Bare-Bones and Naked Themes for Wordpress - 4 views

  •  
    "If you are a WordPress developer and are looking for an easy way of rapidly building HTML5 ready themes without having to re-write the same WordPress code over and over, then this post is for you. Blank, bare-bones, naked, themes, or whatever you prefer to call them, are a life-saver for developers who have to build WordPress themes on a regular basis. They are basically stripped-back themes that have had all of their surplus non-essential code stripped away, leaving only the bare necessities and a fantastic starting point for any new project."
Luciano Ferrer

MockFlow - Online Wireframe Tool and Design Cloud - 3 views

  •  
    Design, collaborate user interface concepts for your apps and websites.
‹ Previous 21 - 40 of 255 Next › Last »
Showing 20 items per page