May
25
T
oday I will talk about how to style your theme. As I said before CSS is very important to style your wordpress theme. So start by open xampp control, your theme folder and firefox. I always prefer testing my work on firefox, it is the best for web developers.
Here we go…
Step *1: open style.css file, add this code and save.
But wait,there’s more
Filed under: coding, design by
web-designer
6 Comments so far...
May
17
C
SS is what we are going to talk about today. Using CSS is very important for styling your theme. so you should have at least a simple knowledge about CSS, I will try to demonstrate the outlines but if you want to get a unique design for your theme you should learn CSS. You can start from here.
http://www.w3schools.com/css/default.asp
Till now we finished dealing with the main code of wordpress theme (except comment.php, I will talk about it after a few lessons) and I will start talking about how to make the design of your theme. Typically, the wordpress theme contains of the header part (where your header will be) content part (where your posts will be) and footer part (where your footer will be).
But wait,there’s more
Filed under: coding, design by
web-designer
8 Comments so far...
May
10
I
n this lesson I will continue working on sidebar and also I will talk about footer. The last thing we added last lesson is blogroll, today I will add search from and meta to the sidebar and how to widgetize it. Finally how to add a footer of the theme.
Here we go…
Step *1: open the usual (xampp control, your theme folder and index.php). now, I want to add search form to the sidebar but first we should create searchform.php file. So, open your editor notpad or whatever you want, add this code and save it as searchform.php in your folder theme.
But wait,there’s more
Filed under: coding, design by
web-designer
4 Comments so far...