Thursday 25 February 2016

How to delete an account from Google analytics ?

Here are some steps to delete an account in Google analytics.

  1. Sign In to your Google Analytics account
  2. Click "Admin" on menu.
  3. Three column layout will appear, They are "ACCOUNT, PROPERTY, VIEW" .
  4. Under the ACCOUNT, select your account you want to delete.
  5. When selecting, related property will automatically selected on PROPERTY, If not, select by your own.
  6. Under PROPERTY, click Property Settings.
  7. In Property Settings page, click "Move to Trash Can" Button .
  8. Then click "Delete property"
  9. Now your property is deleted but not account.
  10. Then select the account "ACCOUNT" , Then select "Trash Can"
  11. That's All. 






 

Wednesday 24 February 2016

How to create Google Analytics code?

Here are the steps to create Google Analytics code for your website.








  1. First you need Gmail or Google account.
  2. Then go to the following link in your browser - https://www.google.com/analytics/
  3. Click Sign In button on right top corner
  4. Select Google Analytics 
  5. Give your gmail username and password and logged in.
  6. Then click sign up button on the top right corner.
  7. Give your information's like step5 Image.
  8. Scroll down and click Get Tracking Id button,
  9. Select country and I Accept button.
  10. Now you get your Tracking script  and ID  like step8 Image.
  11. You can put your Tracking id on blogger and Script on your website header.


Tuesday 23 February 2016

How to create a Bootstrap WordPress Theme? - Step 1

Hi All,

Necessary files to create Custom WordPress theme:
  1. style.css
  2. index.php 
You should create these files at the following location

1. In your WordPress installed folder - may be cpanel or local host (click to see how to install WordPress).  Find the "wp-content" folder. Click and open the folder

2.  Inside the  "wp-content" folder, You will see another folder named "themes". Click and open the folder.

3. Inside the "themes" folder, Create a folder with different name. It may be your theme name or a custom name.

4. Inside the newly created folder, create style.css and index.php

Simple steps :

WordPress Folder -> wp-content -> themes -> create a directory or folder with a name. (For Example :"myfolder") -> create style.css and index.php and save it.

Now you have created necessary files for your custom theme.

You should add the following code into your style.css file:


/*
Theme Name: Themename
Theme URI: 1wmedia.com
Author: 1wmedia.com
Author URI: http://1wmedia.com
Description: These the come with sidebar and full width pages.

*/  
In the above code,

Instead of "Themename " use your own or custom theme name. Others - you can use your own URI and Description.

Now login your dashboard -> Appearance -> Themes -> Your theme will display. -> click and activate the theme.

See the picture below:




First step is over. We will see next steps in next post.


Video Tutorial :