May 18th, 2011 - By Bowo
Yesterday I promise you about Simple Random Images PHP Script using for header background, like you can see some of site that using wordpress have interesting header, the header can rotate/showing random image everytime you refresh the page. There is some way to do that trick, but right now I will share using almost same method like post before.
Now all we have to do is your image list for the rotator (min 2 picture, max upto you), rename it with number (exp: 1.jpg, 2.jpg, 3.jpg etc) and put inside image folder under your themes folder, for example (http://www.site.com/wp-content/themes/themes-name/images/) and for the code, try to open header.php and find the header code (this maybe different on each themes) Read the rest of this entry »
Read More
May 1st, 2011 - By Bowo
Few days ago one of my friend ask me to create some custom themes, and in one area he want to show total post that already publish in the blog, well actually he want to create phone themes site, and he want to show how many themes that already exist on the site, so i give that themes this kind of code. Read the rest of this entry »
Read More
April 29th, 2011 - By Bowo
Some people say breadcrumb is good for SEO purpose, well honestly I don’t really know about that, but in my opinion, breadcrumb is good to help people know where exactly where are they right now, so they not like people who lost on the desert.
You see lot of breadcrumb function you can find in the internet but not all of them can work perfectly, I got that problem too, hard to find breadcrumb that can add Home link at the main page, some of them only work on the single or category page, at the mainpage you cant see that breadcrumb, or problem with the post who located at the child category, and many more.. Read the rest of this entry »
Read More