Sunday, May 27, 2012

How to Copy a Post in Wordpress Blog

How to Copy a Post in Wordpress BlogIt takes much work to get a post just right. Why not reuse that effort? Copy A Post lets you duplicate a post, including the title, contents, tags and categories, so you can start a new post without having to re-enter tags, categories and formatting. Copy a Post appears within the Writing Helper module below the Editor on the Add a Post screen. To use Copy A Post, click on the button and it will open right in place.


How to copy a post ?
1. Go to your dashboard >> post >> copy a post;
2. Select one of your post that want to copy.


If you already have a post in progress and want to keep it, make sure to save the post before hitting Copy. After hitting copy  the post will look like this :
Set the post title, categories, tags and other properties as you wish, and then publish the post.

Posted by: Denmas Tugino
Godheg Updated at: Sunday, May 27, 2012

How to Add "Follow Twitter" Button on your Blog

In addition to search engines, social networks can bring traffic to our blog. For owners of a personal blog might be traffic from social networking and forum is the right solution when traffic search engines can not detect. How does that get traffic from social networking? In fact many ways and many others explain how to get traffic from social networking, one of them by adding the Follow Twitter button on the blog (Note: you must already have a twitter account). Well this time I will give way to add the twitter button to follow your blog



a. Go to Twitter Resources;
b. Select "Twitter Button"

1)  Click "follow button"
2)  Check "Show Username"
3)  Coppy the code.

Next step :
Go to your blog dashboard >> add gadget>>html/javascript gadget>>paste the code>>save widget.

Posted by: Denmas Tugino
Godheg Updated at: Sunday, May 27, 2012

Saturday, May 26, 2012

How to Set the Widget on The Blog Header

Many bloggers are having trouble how to put widget in header of blogger blog, That's because the header area on the blog on blogger is locked! so we can not add a widget in this area. So in this area are only allowed to change the name and description. Which is  sometimes we want to add a new component in this area, especially for bloggers who put up advertisements. In order for this header area can be modified and added other components besides the title and description do the steps below:

For the first step you Login to Blogger, after entering the dashboard menu click template >> backup your template(optional)>>edit html>>check expand template widget, find the code below (use ctrl+f) :

<div id='header-wrapper'> 
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Header' type='Header'>


Maybe each template using different codes. The point is that the code look like the code in your blogspot template. Well now see the code. There are variables that you can change, with the aim that this area can be modified, the variables include: 
1.  maxwidgets = '1', change the value of this variable by you, eg the value filled 
     in two, means the maximum component that can be placed in this area 
     is the two component;
2.  Showaddelement = 'no', the default value of this variable is' no ', change it to' yes'. 
     Its mean that you can add an element;
3.  Locked = 'true', the default value of this variable is' true ', change it to' false'. 
     It's mean that the widget is not locked;


<div id='header-wrapper'> 
<b:section class='header' id='header' maxwidgets='2' showaddelement='yes'>
<b:widget id='Header1' locked='false' title='Header' type='Header'>

4.  Save Template. and see the results on the window layout !


You can add widget in the header area : add gadget>>html/javascript widget, put the code and save widget.

Posted by: Denmas Tugino
Godheg Updated at: Saturday, May 26, 2012

Friday, May 25, 2012

Add Meta Description Tags to Blog

Meta Tags are HTML elements used to provide structured metadata about a web page. Such tags are placed in the head section of an HTML document and Search Engines might use this data to display the search snippet when they display a page from your blog. Most of the Social Sharing Tools like the Facebook Share or the Google Plus buttons will pick up this meta description to create the snippet which gets shared to the Social Networks.


How to add Meta Description Tags
Go to your blog dashboard >> setting>>advanced search >>enable meta tag. In the Text area give a 150 character description which will describe your Blog. This text might be used by Search engines when your Blog’s home page is displayed on Search Engines. Here is the snippet that I have given"Sharing Information, Science and Collectibles Blog Tutorial"



Save your setting.

Now when you make a Post, you can set the Meta Description from the Post Editor’s Post Settings  Sidebar.

You can always edit the Search Description for existing posts as well

If you are having a custom template, make sure that the following line of code is present in your template. To do that go to Template and Proceed to Edit HTML . Find

<b:include data='blog' name='all-head-content'/>

If it's not present, add it just before </head>
That's It you have done it.

Posted by: Denmas Tugino
Godheg Updated at: Friday, May 25, 2012