Skip to main content

Home/ Wordpress/ Group items tagged webdesign tutorials 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.
Jungle Jar

15 Tips For Wordpress Theme Authors - 0 views

  •  
    This article can serve as either a primer for the beginning Wordpress Theme Author, or it can serve as a checklist for those of us who have been writing these themes for awhile. Either way, it should be beneficial to the community.
sandy doank

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

  •  
    Tutorial Instal Wordpress In Computer Local Server
Clay Leben

WordPress | Pro Blog Design - 12 views

  •  
    Lots of tutorials and explanation for how to design within Wordpress. Clearly written instructions.
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.
Clay Leben

Beginning WordPress 3 | sillybean.net - 8 views

  •  
    Wordpress 3 book
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.
anonymous

Definitive List of Free WordPress Theme Frameworks | W3Avenue - 7 views

  •  
    A list of free WordPress Theme Frameworks to help you find best solution that will suit your development style and practices. The list of themes / frameworks range from completely striped down themes to ready to use frameworks which require almost no programming to create customized look.
Vernon Fowler

Creating A Great 404 Page For Your WordPress Theme | Wptuts+ - 2 views

  • We’re using the 404.php filename, so that WordPress knows to use this as the error page template.
  • Provide a contact for people to report errors.
anonymous

Premium Wordpress Themes Developers - 0 views

  •  
    In this tutorial we will have a quick look how to change the theme of your free Wordpress blog. There are many themes that are given in the Wordpress.com free account. However these themes have very basic layouts and there aren't a lot of things you can do with it.
Clay Leben

WordPress Themes, Plugins, Reviews, & Tutorials - WPKube - 0 views

  •  
    Recommended blog for WP
1 - 20 of 37 Next ›
Showing 20 items per page