How to increase or decrease excerpt length in wordpress

With the help of wordpress function we can decrease and increase the defalut excerpt length. By default the excerpt length is set to 55. Also when using excerpt length wordpress placed the [….] string at the end of any paragraph. We will also see that how we can...
Read More ⟶

How to save image file in .ico format

By default photoshop doesn’t have an option to save in .ico format. You need a plugin to make it work. You can find an appropriate plugin from photoshop plugin. Download the plugin that is suitable to your operating system. After downloading extract the zip files....
Read More ⟶

How to bypass administrator password in windows

Hello all, In this article I am going to show you How to bypass administrator password windows 7, 8, 10. Bypass administrator password windows Open Run dialog box by pressing Window key + R Type netplwiz and press enter. Uncheck the option under user tab that...
Read More ⟶

Livereload with sublime text

Hello readers, In this article I am going to show you how you can Livereload with sublime text. This article is useful for the developer who are working on their localhost project and trying to view the output on browser with local path. Resource we need for...
Read More ⟶

Fix Updates are disabled by the administrator

In this small tutorials I am going to show you how you can easily fix updates are disabled by the administrator. Sometimes you might need to update you chrome and you see the message. Horribly you are a administrator and you don’t know how to do that.. haha.. don’t...
Read More ⟶

which port occupied by which program

In this section I am going to share a small tip that will help you to know which port occupied by which program. For windows netstat -ab | findstr 35729 For Mac lsof -iTCP:35729 It will tell you which program is being used by this port. If output nothing then the port...
Read More ⟶