Feb
27
Tutorials, Wordpress
I was working on a theme and i faced that problem , i wanted to get dynamically the category link using category names and there’s no function in wordpress to do that , so i’ve wrote a simple function that does what i need .
I’ve used get_cat_ID function to get category id using name , then get_category_link function to get category link using category id , very simple .
Read More …
Sep
16
Tutorials, Wordpress
Wordpress can be used to create any type of site that’s because of it’s powerful functions which give developers the freedom to play and create , this tutorial is about a simple yet great for CMS sites tip which is creating different sidebars .
Read More …
Jun
30
Tutorials, Usability, Wordpress
Wordpress is the most powerful blogging system ever , even you can use it to do any type of sites (E-Commerce , CMS, Galleries .. etc) i think wordpress is going forward to be a framework , all this because of the powerful functions it offers to developers .
I’m going to use some of the wordpress Conditional Tags plus other wordpress functions to create a Breadcrumbs Navigation for wordpress .
Read More about Breadcrumbs and why to use them “Breadcrumb Navigation: Further Investigation of Usage”

Read More …
Jun
26
Tutorials, jQuery
Today’s tutorial and my first tutorial here will be about jQuery , i’m going to explain how to create your own popular “kwicks” effect . For those who don’t know Kwicks jQuery Plugin here’s a link to it , kwicks plugin was developed by Jeremy Martin .
Read More …