Sunday, September 18, 2011

How to Create Automated Changed Blog Description

Okay, we see immediately wrote tutorial step by step.
1. Log in to your blogspot account.
2. Click Design> Edit Html> Check the expand widget templates.
3. Find the code below, to facilitate use ctrl + f then type in "descriptionwrapper" without the quotes.

<div class='descriptionwrapper'>
<p class='description'><span><data:description/></span></p>
</div>

4. Then replace the code below:

<div class='descriptionwrapper'>
<b:if cond='data:blog.pageType != &quot;item&quot;'><p class='description'><span><data:description/></span></p>
<b:else/>
<p class='description'><span><b:if cond='data:blog.pageType == &quot;item&quot;'>
<strong><font style='text-transform: uppercase;'><u><i><data:blog.pageName/></i></u></font></strong>
</b:if></span></p>
</b:if>
</div>


5. If so, click save.

Congratulations! Now your blog is installed automatically according to a description of the blog title. Hopefully I create an automatic change the blog description, useful.
Regards success always.

Related Articles

0 komentar :

Post a Comment