Create selectable recipients in WordPress is super easy. Due to some reasons Web Site owners want to have Selectable recipients in their Contact Forms or any other forms they are using. Contact Form 7...
WordPress has a built in handy function called get_queried_object(). Get queried object WordPress will allow you to get currently queried object. This is really valuable and beneficial if you’re familiar with functions, post types...
WP_Query is playing major role in WordPress. It has many different parameters usage according to the requirement. Have you ever wanted to query through posts which has associated with certain tags. Here we going...
Main error you are getting when working with Child Theme is Broken Theme error. Here we are to learn fix broken child theme. Child theme is a good approach to Customize built in WordPress...
Recently one of my colleague asked to remove all the Images and Videos from the WordPress Content. For this you need to use Filter function in WordPress. Usually we can call this as a...
Remove Script tags from WordPress Content is required when you’re writing an API using WordPress posts and other data. Otherwise script tags and its contents inside will be prompt to public as post content....
Wrap items by a div inside foreach loop is a very common practice in coding. But some are getting this bit complicated but it is not. We can achieve this in two ways. Both...
Remove query strings from static resources WordPress is a major concern of web site optimization. Once development complete next thing is the optimization. Most of the developers using Pingdom tools, gtmetrix, yslow, google page...
How to create popup Contact Form in WordPress ? Is this a silly question. Answer is NO, there are so many ways you can achieve this. Here is the right place for the solution....
By default WordPress search query running through published Posts and Pages by default. But according to some requirements you need to exclude some Pages or Posts from search query. Lets say you want to...