Author Archives: Sunil Chaudhary - Page 9
Change featured image box title for custom post types
Sometimes we need to change the title of metabox which is for our featured image section for ant particular post types. Generally we create post types to manage different types of posts in wordpress. So, in this situation we want…
how to delete uncategorized category from posts
As we all know uncategorized is a default category working for wordpress posts. As we talk about the original behavior of wordpress posts, then we know that if we are not assigning any category to our post then it will automatically…
Contact form 7 : addition of send me a copy option from front-end
As we know that contact from 7 is a very useful plugin to be used for addition of various types of form on a wordpress website. Here we are discussing about a situation when we want to add a checkbox…
Check a username exist or not in WordPress
When we are working in wordpress, sometimes we need to check if a username exists in our database or not. In this case we have a username and we want to check whether it is in our database or associated…
Check email is valid or not in WordPress
Here we are discussing about the situation when we need to check whether an email we are using is valid or not. As we know wordpress has so many predefined useful functions, in the same reference we are discussing about…