If you have changed your hosting provider and you want to move your WordPress site from one server to another then this article will describe exactly how to do it.There are two scenarios, first moving from one server to another with to the same domain name and second changing the domain name while you move Continue Reading …
Latest Posts
WordPress insert page break into post
You must have seen long wordpress posts spanning multiple pages.The bottom of the posts will contain the page numbers.Numbering the page breaks contained in your posts is the feature of your theme and almost all modern themes have this feature,However you will have to insert the page break manually inside your wordpress post at the Continue Reading …
Running java program from command line
To run a java program from the command line you basically have to execute the compiled jar file. If you have compiled the .jar file then to run the .jar file containing your java program from the command line at the command prompt simply type the arguments are optional Continue Reading …
Change The Excerpt Length In WordPress
If you want to change the excerpt length in wordpress from the default length of 55 words to custom excerpt length,then there is a simple way to do it.Here is the code that you must add to your theme’s function.php file in order to change the excerpt length and customize it as per your requirement Continue Reading …
Add Google Analytics to WordPress Website
Adding google analytics code to your wordpress website is easy. This article will describe how to accomplish that without any plugin, manually in a simple manner. Step 1 : Creating the widget area. We shall first create a widget area to which you can add the google analytics code using a text widget from the Continue Reading …
Enable Hotlink Protection in Cpanel
Hotlink protection does not allow other websites on the internet to directly link to the files on your website. For example, if another site on the internet uses a <img> tag to display an image from your site, then the image data is being transferred from the server where the image is located (your web Continue Reading …
Backup your website in Cpanel
Cpanel provides a automatic backup tool for your website by means of “Backup” and “Backup Wizard” Links in the files section of the Cpanel.But I do not recommend them as they provide a full home directory backup and that is what you may not need most of the time.The easy way is to do a Continue Reading …
Catch all email address in Cpanel
A catch all email address is specified for a domain name.It is also referred to as the default email address for the domain name.All email addressed as somename@yourdomain.com where somename is a email account that does not exist, is automatically routed to the catch all email address or the default email address for the domain Continue Reading …