Posts Tagged ‘theme’
Elemental Theme
prothemedesign.com - A clean & powerful blog framework for WordPress packed with options for customizable layouts, typography, navigation, widgets, page templates and more.
Creating a WordPress Theme (Part 5): Pages and Posts
oscardias.com - In this part of the series we’re going to create the templates used for pages and posts. The page template is very simple because it only has the basic structure of our design. The post template has more details, which ...
Creating a WordPress Theme (Part 4): Home Page
oscardias.com - As we continue with our theme’s development, I’ll show you in this article what changes we need in our index.php. So we’ll continue changing the files we copied from the Default theme and we’ll create new CSS styles. In order ...
How to Make an Awesome Maintenance Mode Screen for WordPress
xtremelysocial.com - Whenever you update your WordPress site to a new version or mass update multiple plugins at the same time, WordPress automatically places your site in “maintenance mode”. In this tutorial, I’ll show you to how to easily make an awesome ...
Creating a WordPress Theme (Part 3): Header
oscardias.com - In the Part 3 of our series, we’re going to start (finally) with the development of our WordPress theme. As I’ll not be able to show everything in one article, I’ll show only the header development today. We’re going to ...
Add a Featured Content Slider to the Thesis WordPress Theme in 5 Quick Steps
themethesis.com - A featured content slider (or featured post slider) is one of the most sought-after elements of a website today. Learn how to add one to the Thesis WordPress theme in 5 quick and easy steps. Includes code samples ...
Creating a WordPress Theme (Part 2): Introduction
oscardias.com - In this second post from our series about WordPress theme creation, we’re going to give you an introduction on how the themes are structured. First I’ll show briefly how to install WordPress and how the folders were structured. Later we’ll ...
How To AJAXify WordPress Theme
deluxeblogtips.com - This tutorial will guide you through the process of ajaxing a WordPress theme. This uses and improves Chris Coyer's script to support back/forward buttons and not change the link href attribute.