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 …
Category: Web Development
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 …
Show Adsense Ads Below Post Title in WordPress Blog
I am going to tell you how to show your google adsense ads below the title of the post.We are going to modify the theme directly and create a widget area below the post title.The Ad is going to show below the post title and the content will follow after the ad has finished. Step Continue Reading …
Why use PHP ? Dynamic html inside PHP
Why should we use PHP and what are the benefits of using PHP.Also how dynamic html can be generated by embedding html inside php constructs. PHP is a powerful language and can be used to render very dynamic html. The term dynamic html implies that html code which may vary depending on various conditions.You will Continue Reading …
How to read and write from a file in php ?
Want to write some data to a text file and read the value.This article will demonstrate to you by an example how to write to a file and also an example to read from a file in PHP.The file will be written at a specified folder in your web hosting server and also be read Continue Reading …
How to remove the ellepsis in wordpress excerpt , and add continue reading post link ?
When the default wordpress excerpt is shown, it ends with an ellepsis […] How to remove that and replace it and add a link to the post like , continue reading some post title. Here is how to do it Add this to your themes functions.php In some themes the text to be replaced is Continue Reading …