Hi Friends, In this article I am going to explain you that How we can change admin login screen logo image in WordPress. May be you can get many plugins to change admin login screen but I always prefer doing code instead of using plugins for everything, and it is really very easy code to … Read more
Hi Friends, As I explained in my last posts that WordPress have 9 post formats and how you can use them in your theme. Now sometimes we have requirements that we have 9 post types but need to show post for only selected post formats. So in this article I am explaining you how you … Read more
WordPress – How To Add Post Formats In WordPress To Support Theme
Posted by in Wordpress - (6 Comments)Hi Friends, After long time I am back to blogging and now I will write many useful things related to WordPress, php. Today I am going to write something about post formats in WordPress. First what is post format? Post format is piece of meta information that can be used by a theme to customize its … Read more
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 of “WordPress” category by its id ’2′. So below is explanation by which we can … Read more
Automatic Database Optimizing Or Repair Database Automatically Of WordPress
Posted by in Wordpress - (1 Comments)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 which I came to know that WordPress itself providing “Automatic Database Optimizing” functionality by which … Read more
[Video] BBPress And WordPress Basic Integration Screencast
Posted by in bbpress | Wordpress - (1 Comments)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 also cookie sharing. I was doing it first time So I thought It was very … Read more
How To Get Formatted Content By get_the_content() Function In WordPress
Posted by in Wordpress - (2 Comments)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 print it later. But when we use this function the content it returns is not … Read more
Deactivate And Activate All Plugins Of WordPress Via Database Or PHPmyadmin
Posted by in Wordpress - (5 Comments)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 do it via wordpress admin, but I need this because I was not able to … Read more
How To Get Images From WordPress Content Or WordPress Post
Posted by in Common | Wordpress - (1 Comments)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 code by which we can get all images one by one from content of post. … Read more





