Disable Admin bar WordPress- The WordPress Admin Bar provides handy links to several key functions such as the ability to add new posts and pages, etc. However, if you find no use for it and wish to remove it. Paste the following code snippet to your functions.php file:-

Disable Search in WordPress Code- if your website does not need it, or you do not want users to “search” through your website for some reason, you can use this code snippet. Paste this code to the functions.php file:-

Code to Display most popular post without plugin in WordPress. This one is a little trickier. However, if you are not too keen on installing an extra plugin to showcase popular posts (say, you have limited server memory or disk space), follow this snippet. Paste the following in your functions.php File-