Skip to main content

Home/ Wordpress/ Group items tagged css webdesign WordPress

Rss Feed Group items tagged

Maggie Wolfe Riley

Digging Into WordPress - the book! - 4 views

  •  
    Two of my favorite web designers with super helpful blogs, Chris Coyier of CSS Tricks and Jeff Starr of Perishable Press, have just released their new collaboration! The book, "Digging Into WordPress," is now available as a PDF download, and if you buy the PDF book now, you will be eligible for a "sweet discount" on the hard copy of the book when it comes out, plus receive updates free. They've done a great job on this book, which covers setting up WordPress, anatomy of a WordPress theme, theme design and development, extending functionality including using WordPress as a CMS, working with RSS feeds, SEO, dealing with comments, and keeping your site "healthy." I already followed both of these designers before they began their collaboration, and have found countless useful tutorials, code snippets, design ideas, and much more on both of their sites - I've relied on Perishable Press as a source for great unobtrusive javascript code, and on CSS-Tricks for all kinds of other useful tools for making valid, functional, and beautiful sites. This book is bound to be a valuable reference to anyone who works with WordPress.
Michael Sturgeon

CSS Hero: The Best Customizing WordPress Plugin Ever? - WP Daily Themes - 4 views

  •  
    If you don't have the time to learn CSS or the budget to hire a designer, then CSS Hero WP plugin may just be the virtual hero you've been waiting for.
  •  
    CSS Hero may not be free, but it is an amazingly powerful customizing tool. Even if you know CSS inside and out, this tool / plugin, expedites the process and is great when you have to meet tight time scheduled site production.
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.
awqi zar

Building a Stylish Blog Design Layout in WordPress - 10 views

  •  
    Over the last couple of weeks we've been through the process of creating a stylish blog design in Photoshop, coding it up into a static HTML and CSS concept, and now we'll put the whole thing together as a fully working WordPress theme. Follow this step by step walkthrough of the various WordPress theme files, and see how the HTML is split up and injected with PHP tags to provide the complete blogging functionality.
awqi zar

Digging into WordPress - 0 views

shared by awqi zar on 31 Aug 09 - Cached
  •  
    Chris Coyier (from CSS-Tricks) and Jeff Starr (from Perishable Press) are two of my favorite web design bloggers and writers - they have teamed up to write a book on WordPress, which will be online here and this is the blog that goes with it. Awesome!
Anna Taylor

Open Source Content Management: One Big Happy (Disfunctional) Family - 1 views

  •  
    Content management systems have effectively replaced much of the tedious HTML and CSS work that was required to make changes to a website. A custom theme for your CMS still takes time and an experienced professional to execute, but business owners no longer face the hassle of learning code or paying a developer for ongoing changes for simple adjustments to content.
Alex Sysoef

The Definitive Guide to Semantic Web Markup for Blogs - Pearsonified - 0 views

  •  
    The Definitive Guide to Semantic Web Markup for Blogs
1 - 13 of 13
Showing 20 items per page