How To Get Category Slug By Category ID In WordPress

Hi Friends, Some days ago I was trying to find out that how can we get category slug by category ID, For example If I have one category ‘WordPress’ and its id is ‘2’ then I want to get slug…

Hi Friends, Some days ago I was trying to find out that how can we get category slug by category ID, For example If I have one category ‘WordPress’ and its id is ‘2’ then I want to get slug…

Hi Friends, Somedays ago I was searching to optimize wordpress blog database optimizaation tips to improve performance of wordpress site. I got so many tips and plugins by which we can optimize database but finally I got one tip in…

Hi Friends, Two days ago i got one requirement to install bbpress in one directory of a wordpress site, but wordpress users can automatically logged into bbpress, in short I have to do User integration of wordpress to bbpress and…

Hi Friends, Today I am going to write about how can we get formatted content by get_the_content wordpress function. get_the_content function can be used in loop and by this function we can get content in one variable and can be…

Hi Friends, In this article I am going to explain you how we can enable or disable all wordpress plugins via database or phpmyadmin. Now you ask why you want to do this via database and phpmyadmin because we can…

Hi Friends, In this post I am going to write about getting images from wordpress post content, I want this because I want to show post content without images on home page for one of my client, So below is…
Hi Friends, In this article I am goind to explain how can we remove images from wordpress post content. Of course we can use the_excerpt() function but it will give you excerpt not post content, My need is to get…

Hi Friends, some time ago WordPress released 3.1 version before three months and now wordpress released its version 3.2 but it is in beta phase. It means it is in development phaase still have some issues, So it is recommended…

Hi Friends, Recently WordPress released 3.1 version and in that version wordpress bring new feature of admin bar which is showing on your website if you are logged into admin. It is good thing as new feature but this bar…