RSS

Archive | WordPress RSS feed for this section

Show Category Name Tn The Current Post | Wordperss

23. December 2009

2 Comments

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...

Unable to create directory+Is its parent directory writable by the server?

27. November 2009

3 Comments

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...