If you do not want users to search through your website, add this code snippet to the functions.php file.
↳ Added by admin on March-9-2020
If you want to display code snippet in posts without a plugin put following code in your theme’s functions.php file.
↳ Added by admin on March-5-2020
The following snippet will help you detect your iPhone visitors and let you customise your website and create a better experience for them. To work add this code to your theme’s functions.php file.
↳ Added by admin on March-5-2020
Paste the code below at the bottom of your functions.php file. In the example below the page domain.com/contact and the page domain.com/some-other-page-with-form will have the badge visible.
↳ Added by Administrator on January-12-2020
In your functions.php file, paste the following code to change the WordPress excerpt length. You may change the number (99) to any value as you wish.
↳ Added by admin on June-6-2014
Copy and paste following snippet in your single.php or index.php, if you want to display more posts change 'showposts' => 1.
↳ Added by admin on January-24-2012
If you want to remove login error messages add following snippet in your functions.php file.
↳ Added by admin on November-19-2011
With following snippet you can remove the p tags from images adding it at the end of your functions.php file.
↳ Added by admin on November-17-2011
If you want to reduce spam on your WordPress blog add following snippet into your .htaccess file.
↳ Added by admin on November-15-2011
If you want to enable GZIP Compression, in your WordPress put the following snippet in the .htaccess file.
↳ Added by admin on October-1-2011
7 pages