Hi Friends, Today while I was working on a project in which I needed  to finding the parent div id. Finding the parent div in easiest way using is with jQuery. You can easily find parent div element using jQuery. Look at below link for parent functionality of jQuery. You can find nth div element using this … Read more


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


Hi Friends, Two days ago I was working with one client wordpress project and that wordpress website was having old version of wordpress, So I thought to update it to latest wordpress 3.1.2 version So I started update but then it asked me for FTP details, So I remove this problem of asking FTP details … Read more


Hi Friends, Some days ago I need to do all submit button disable of all forms by jQuery,So I tried to search about it ,I already found that “Disable submit button by jQuery” but by that we can make disable only one submit button which is inside a form which formid passed to code. But … Read more


Hi Friends, In this article I am going to explain how we can make submit button disabled by jQuery. I need this functionality in one of my project, In which I have disable submit button on click of submit button, So no one can click on that button again and so form can submit smoothly. … Read more


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


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 post content without images, So to do that there is three line of code by … Read more


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 by wordpress that dont use it on any production website. You can test it on … Read more


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 is not looking good for me, So I wanted to remove that bar from my … Read more


Hi Friends, IGIT related posts plugin was my first plugin and I got the classic response from all user all was like this plugin but many of them was complaining that related posts coming randomly not relatively, So to rectify this problem I again create new logic for my plugin in which it show related … Read more