This is the first chapter of the WordPress Theme Guide series. In this chapter, you will learn how to install WordPress on a local computer. An essential for any aspiring theme developer is a local install of WordPress. There are plenty of benefits to doing so and there are also pitfalls if you don’t. I will tell you about the pitfalls in a second, but before that, I want to tell you 5 great reasons why you should use a local install as your sandbox as opposed to installing a live version on some subdomain of yours:
-
Works exactly like the real deal; plugins and all
-
No need to mess with FTP programs
-
Develop anywhere (no connection needed)
-
Make sure your theme is compatible with latest version of WordPress
-
Code in secret, then release with a bang
3 Comments »
This tutorial is intended for beginners who want to learn how to easy run WordPress and customize Themes. So, in upcoming posts on CodEasily, I’m going to write a full WordPress guide on how to install WordPress and customize theme. Below is a list of content of the guide (links will be updated as soon the posts are published):
2 Comments »
If you want to use something different from the default numbering of ordered lists, then all you have to do is choose a different style for your lists. CSS allows you to select from a wide variety of different list item shapes. For exampe, ordered list styles: decimal (default), lower-alpha, upper-alpha, lower-roman, upper-roman and none.
By default, most browsers display the ordered list numbers same font style as the body text. But what if I want change style only ordered list numbers. Here is a quick CSS tutorial on how you can use the ordered list <ol> and paragraph <p> element to design a stylish numbered list.
5 Comments »