Uses this PDF document as reference: j.mp Uses this HTML page/package as a starting point: bit.ly How to take a regular HTML page and turn it into a very simple WordPress Theme Package that you can use on any wordpress site. Uses Dreamweaver.
Tag Archives: php
Custom WordPress theme
Overview of how to activate & setup this custom theme.
Ubuntu For Android
Ubuntu Desktop Running On Android Video From CelebrateUbuntu
How to install WordPress 2.8.3 on Ubuntu 9.04 Linux XAMPP 1.7.1
Visit www.myownserver.info for the tutorial on this. This tutorial video shows you how to install WordPress 2.8.3 on a Ubuntu 9.04 Linux XAMPP 1.7.1 Apache HTTP web server. It’s a simple, quick, and easy process and you will have your own WordPress.org blog up and running in a matter of minutes!
Creating a WordPress Theme
In this tutorial I show how to successfully create a wordpress theme from scratch. I go over the use of wordpress conditional tags, how to use them and where to use them. I also demonstrate how to display wordpress sidebars and how to use them. The code will be available on my blog: ryanconn.com
Part 1 of coding HTML / CSS into a WordPress Theme
In this video, I set the basic foundation of a WordPress theme and create the first dynamic content area on the home page grid.
How to Edit PHP, CSS, and HTML in WordPress
howtowordpressvideo.com How do you edit your wordpress theme? do you want to change the styling, size of the header, width of the sidebars, alter the background color? Of course a basic knowledge of html is needed. This video shows you haw to get to the php and css files in your wordpress theme, so you can edit.
WordPress Theme Tutorial: Part 5a – Customizing Your Comment List
In HD! This tutorial will teach you how to make your own theme using WordPress, the popular blogging tool. In this video, we discuss how to customize the way your site lists comments, using a custom function.
Coding a WordPress Theme from HTML / CSS in 26 Minutes
In this video I demonstrate the first steps of coding a WordPress theme from HTML / CSS. I also show how you can speed up the process by using Dreamweaver snippets. To create the basic foundation of this theme only took me 26 Minutes. Second video will cover more advanced development
Developing Themes For WordPress: Part 2
In the last video, I began the series in which I’m creating the complete WordPress theme that is to used on my personal site. During that first installment, we set up the basic structure of files that will generate markup but also setup some foundation styles. Today we continue the design process with part 2. Within that, we expand on CSS rules that we’ve also created and also begin outputting data from the comment system among other things. Website: www.tom-rogers.com