background preloader

How to make a child theme for WordPress: A pictorial introductio

How to make a child theme for WordPress: A pictorial introductio

Theme Frameworks Theme Frameworks Languages: English • Português do Brasil • (Add your language) Types of Theme Frameworks The term "Theme Framework" currently has two meanings: A "drop-in" code library that is used to facilitate development of a Theme A stand-alone base/starter Theme that is intended either to be forked into another Theme, or else to be used as a Parent Theme template Code Library A "drop-in" code library framework is not a stand-alone Theme. Some examples of such frameworks include: Base/Starter Theme A "base/starter" Theme framework is a stand-alone Theme designed to be a flexible foundation for quicker WordPress development, usually serving as a robust Parent Theme for Child Themes. Technically, any stand-alone Theme can act as such a framework, since any stand-alone Theme can be used as a Parent Theme template for Child Themes. Functionality Included in Theme Frameworks Some Theme Frameworks will include pre-defined code to facilitate further Theme development, such as: Recommended reading

Reduce HTTP Requests in WordPress The web is sort of a reversed highway: you get tickets for going too slow and bonus points for speeding. Whether you’re “just” a blogger or you have an e-commerce site, your site needs to be fast. We’ve written about what to do to speed up Magento before, and I’ve mentioned caching for WordPress more than once, but there’s more. One of the things I notice very often when performing a website review is that sites are loading way too much external files. Reducing the number of files needed to load your site, thereby reducing the number of HTTP requests, makes your site load faster. Faster loading sites have a better user experience, and it’s also a ranking factor these days. There’s usually three parts to this play: Reduce the number of JavaScript filesReduce the number of CSS filesReduce the number of images Let me give you a brief intro into “browser pipelining”. Browser pipelining and why reducing HTTP requests helps Reducing number of javascript & CSS files loaded

6 Gorgeous Wordpress Themes for Small Business Sites Wordpress may have begun life as a blogging tool, but the open source publishing platform has evolved into something resembling a full-fledged CMS in recent years, especially with the release of Wordpress 3.0 in June. In fact, it can easily be used to manage a Website for products and businesses, without or without a blog. While we certainly recommend that any small business maintain a blog, it doesn't have to be the main focus of your company's Wordpress-based Website, thanks to the multitude of themes that are designed with products and businesses in mind. There are a staggering number of Wordpress themes available for download, and sifting through them all could take up an entire afternoon. We've taken the pain out of the process for you by finding six of the best business-oriented Wordpress themes. Please note that while most Wordpress themes are free to use, the ones listed here are premium themes that will cost you a few dollars apiece. My Product » Read more details.» TheCorporation

The Buffet Framework The Buffet Framework is a theme framework designed not only for the theme developers who will be using the theme actions and filters to create the child themes, but also for the end users who would be able to add and remove what they want. Like most WordPress theme frameworks, the Buffet Framework utlises WordPress actions and filters to allow theme developers to add additional content without editing the templates files using the child theme concept. For more information about parent and child themes in WordPress, check out the WordPress Codex. Another key feature of this framework is the usage of extensions. Framework Features Requirements WordPress 2.7 and abovePHP5 (PHP4 not supported) Download the Buffet Framework (0.5.2) Development & Support Quick Start Guide Part 1: Child Theme Creation & Stylesheet – View Please report any bugs using the tracker in the project page. If you are interested in translating this framework into your language, contact me.

The anatomy of a WordPress theme index.php – home The index file controls what the homepage of your WordPress theme looks like. By default it is a loop that queries and then displays the most recent blog posts, with a link in the bottom to view previous posts. Alternately, you can specify in wp-admin -> settings -> reading to have the home page be a page you created yourself in WordPress. In that case, you specify a different page/URL for the regular blog posts to appear on, and that page is generated by index.php. single.php – individual posts The display of individual posts in your WordPress theme is controlled by a little file called single.php. You can specify if you want sidebars (and which you want), if you want it to look different than the other pages on the site. page.php – individual pages Page.php controls what pages look like. WordPress also allows you to create different page templates within your WordPress theme for different types of pages. archive.php, category.php, tag.php – archives The Loop comments.php

6 Brilliant WordPress Themes For Video Blogs or Vlogs WordPress has made blogging so easy & fun, there are plenty of video blog themes that you can pick from. However there is always rarity in quality. We at JustSkins have gathered some high quality, tested, tried video themes list. We tried to find some WordPress themes for vloggers, we knew all along that there are very few yet some of them are just brilliant premium wordpress themes. A simple yet elegant Video theme for your wordpress video blog. Price: $50View Demo Download Price: $40View Demo Download Price: $50View Demo Download Price: $50View Demo Download A unique and easy to navigate premium WordPress multimedia theme from Elegant Themes. Price: Price: $39 Membership (unlimited access to over 70 wordpress themes)View Demo Download An outstanding premium WordPress video theme from WPZoom featuring standard video integration plus additionally it lets you play any video from all the popular video websites. Price Single: $69, Developer: $149View Demo Download Price: $35View Demo Download

Five clean, minimalist themes for WordPress - op111.net How To Create Your Own Wordpress Theme - Jonathan Wold WordPress Consulting: Looking for professional help with your WordPress project? For small to medium sized projects, check out my freelance page For large projects, contact me through Sabramedia. New Book from Packt Publishers: WordPress Theme Design - Note: Packt has put together some excellent titles in the paste and I've been given the privilege of reviewing them in the past. They've published a new book on WordPress Theme Design and I highly recommend you give it a look. Tutorial Introduction: Back in 2005, I wrote a little tutorial for Wordpress 1.5 on how to integrate wordpress with an existing website. This tutorial is especially for: 1. 2. Extra Note on Wordpress Integration: As questions on integration are the ones I receive most often, I'll take a few more moments to make sure your options are clear. One, you can install Wordpress, write your posts, and then use PHP or Javascript to integrate the feed directly into your existing design. Alrighty, let's get started! Alrighty!

List Of All Wordpress Video Themes wopShow by wpfeed wopShow is our new multimedia and videos theme for your blog enables you to feature videos as posts alongside with the regular blog posts. A promo image wpShow by wpfeed wpShow is a video theme for your blog enables you to feature videos as posts alongside with the regular blog posts. High-Def by Graph Paper Press High-Def is a minimally designed WordPress multimedia child theme for Modularity (modularity is a multimedia theme framework for wordpress). Video theme by quommunication share your favorite videos or start your own show & interweb fame right now! On Demand theme by press75 Inspired by the popular video site Hulu.com, the On Demand WordPress theme provides a fully featured Video solution. Video Elements theme by press75 Video Elements was designed with the video blogger in mind featuring traditional and gallery style layout options, a fully wigitized and customizable sidebar, Instant View for viewing videos on the fly and much more. Video Flick theme by press75 Wpfeed

CSS Oh, yuck. This is the old, busted guide. Make sure you check out the new Thematic Guide. Default Thematic CSS Styles The following typographic classes are styled by default and can be used in your post content. <blockquote class="left">Floats a pull-quote to the left of your content. <blockquote class="right">Floats a pull-quote to the right of your content. Adding a Home Link A “Home” link can be added to your menu by filtering the default menu arguments. Thematic Theme Hooks and Actions The following theme hooks can be used to modify Thematic through your Child Theme functions.php file or even a custom plugin. thematic_before()Located in header.php just after the opening body tag, before anything else. thematic_aboveheader()Located in header.php just before the header div. thematic_header()This hook builds the content of the header div and loads the following actions: thematic_brandingopen(), thematic_blogtitle(), thematic_blogdescription(), thematic_brandingclose(), thematic_access().

Creating a Favicon Languages: English • 日本語 • (Add your language) A favicon (short for "favorite icon") is an icon associated with a website or webpage intended to be used when you bookmark the web page. Web browsers use them in the URL bar, on tabs, and elsewhere to help identify a website visually. Also, it is used as application icon of mobile device. A favicon is typically a graphic 16 x 16 pixels square and is saved as favicon.ico in the root directory of your server. WordPress Version 4.3 or later WordPress Version 4.3 implemented Site Icon feature that enables favicon in your web site. Follow the below steps to set favicon in your site. Prepare image file. Creating a Favicon A favicon can be created using any graphics/image editing software, such as GIMP, that allows the saving of .ico files. The image should be clear and is usually designed to match your site's image and/or content, a big task for something so small. To prepare the image to be saved as favicon.ico: Installing a Favicon in WordPress

Advanced Power Tips for WordPress Template Developers: Reloaded - Smashing Magazine Advertisement Two weeks ago we published the first part of this article, covering multiple column content techniques and associating pages with post content; we discussed how to use the “More”-tag, hide standalone categories from the category list and retain the page layout for post views within a category page. This article presents the second part of the article; it covers customizing basic content administration and adding features to the post and page editor in WordPress. Customizing Basic Content Administration Many template developers have learned the art of making beautiful, highly customized front end templates for WordPress. Customizing the Dashboard Widgets The dashboard is the first screen presented to registered visitors when they visit WordPress administration (/wp-admin). The dashboard is comprised of a number of widgets that can be repositioned and toggled using the “screen options” tab. The WordPress codex documents the process of adding and removing widgets. It's done.

Related: