search and replace

Find and replace text in all WordPress Posts

Better Search Replace is the best WordPress plugin to search and replace any text in all the posts in your WordPress site

Prevent WordPress auto conversion of double hyphen

In functions.php, add the following line at the end remove_filter( 'the_content', 'wptexturize' );       

Configure Mail Settings in WordPress

Use Contact Form and Post SMTP free plugins to setup mail settings in WordPress website

Configure SPF for GoDaddy mail account

Godaddy SPF record is TXT record with v=spf1 a mx include:secureserver.net ~all

Subdomain Email Configuration in GoDaddy Hosting

Follow these easy steps to setup a subdomain email account in your hosting cPanel

Disable Themes and Plugin Editor from WordPress Admin

Consider restricting themes and plugin editor from Admin Panel to prevent hackers who break into your website to distribute malware or conduct DDOS.

Facebook Page Role Invite Issues

Are you not seeing the Facebook Page Role Invite in Notifications? Account Manager might probably have tried to cancel and resend the invitation. However, you…

How to fix WordPress upload error unexpected response from the server

You might experience the following upload error in WordPress: Unexpected response from the server. The file may have been uploaded successfully.
PHP Coding Tips

Split comma separated string into an array in PHP

split comma seperated string into an array in PHP using preg_split
PHP Coding Tips

Change Bootstrap Menu When Clicked – in PHP

Simple method to change Bootstrap menu when you click a menu. This is showcased in PHP however you can use this method in any programming…