In contact form 7 plugin, we are facing one challenge for server side validation. Now we have received a HOOK from contact form 7 official website for implementing the server side validation. I have used in own code and after using I become…
Category - wordpress
Make wordpress search only in post title
As we know that many times,we need to get the search post by title only .Actually we need the exact and accuracy result in our search functionality. Why would you want to do that? Actually every user’s (Approximately) need the only desire result…

Sometimes, we got an issue(http error) for uploading the images in wordpress so this article will provide the procedure for resolving the : http : errors.
How to use Ajax in WordPress – Without Plugin
This article explains about the About the AJAX in wordpress without the plugin. Let’s see the custom code which is used to send AJAX request and displaying data on here. Let’s see it.
Here is the all type of page listings functions like parent page only, child page of current page , all page listings i.e sub page and parent page and more. So wp developer watch this page and suggest me more functions.
XML Declaration RSS feed Error – WordPress
As we know that wordpress have a very special feature of Feedburner RSS feed that have the XML of the post listing. We can get it easily,just hit a very simple URL like. http://yourwebsiteurl.com/rss or http://yourwebsiteurl.com/feed etc . Sometime, our RSS FEED have…
Truncating strings using PHP
This function explains about the truncate functions i.e How to display complete word in webpage. So let’s review it.
Handling timezone conversion with PHP DateTime
As we know that when we call any PHP date function then it will show the SERVER time(Default) but as per client requirement, we need to change the LOCAL time-stamp. Now sometime, Developer becomes disappointed to change the date in LOCAL timestamp. Now…