This is acturally for wordpress’s breadcrumb navagation, when we want to show the category for the current category, we can use the code below, just for record <?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?> and you can replace the cat_name to be other category factors below cat_ID the category id (also stored as [...]
Continue reading...27. November 2009
Most often when you change your host and move your wordpress blog from one host to another, there are many small things that may create problems and may not make the moving experiance a pleasure. One of such problems is that you can not upload your image in your posts. Here is the error that [...]
Continue reading...
23. December 2009
2 Comments