The way to change description (the explanation of a blog) automatically every individual page

It's the way to change the explanation of a blog every article in Blogger in Google. I also touch only a little about a ninja blog.

When using jQuery and JavaScript, the favorite character is put in a favorite place, and thinks it can be replaced. I'll introduce the way which can be done easily using a variable of Blogger about the way to change the "explanation of" a blog indicated by the fixed character automatically every article here.

 

description (the explanation of a blog) is the explanation indicated under the title of the blog. This also depends on template, but I think it's the following description.

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

"class='description'" establishes text color and a font in CSS. A part of "data:description" is the part which is exchanged for the explanation established on the setting screen of Blogger. It's possible to be to make this the variable Blogger offers and change it automatically every article of a blog.

 

Unfortunately, a variable such as the outlines and summaries is fed in Blogger  There is only something which can be used by a widget. The variable they seem able to use is about "the blog article whole" or "the title of the individual article". "The blog article whole" then, 2 bodies are shown and are insignificant, so the title of the individual article of a blog is made the way shown to the explanation of a blog. I think this is also so insignificant, but it may be a good one more than an explanation of the same blog is always indicated.

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

A part above-mentioned is rewritten as follows.

<b:if cond='data:blog.pageType == "item"'>
  <p class='description'><span><data:blog.pageName/></span></p>
<b:else/>
  <p class='description'><span><data:description/></span></p>
</b:if>

If it's good, please try. My blog is being also replaced already. Write an individual article, and indicate Labels and Archive, and please check it. description will be the article title only at an individual article.

 

By the way, "ninja blog" then, there is a variable which indicates the first 100byte of an article body.

<meta name="description" content="<!--$entry_description-->" />

 

When including in METATAGU as mentioned above, it's securely like SEO, isn't it? ?!

 

It becomes different from talk of customization, but I think there is a lot of something which has no METATAGU in a template of Blogger. I think it's better to add METATAGU of "description" and "keyword".

 

A lot of people offer customization method to Blogger on the Web site. For example don't you want the function which "reads continuation" as good customization? When searching for this by "Blogger  Continuation is read." etc., many methods are understood, so please consult that. Several reference sites are carried.

How can I create expandable post summaries?(Blogger Help)
Creating 'After the jump' summaries(Blogger Help)
The function which "reads continuation" in Blogger is introduced, good one. Something bad.).
The function which "also reads continuation" in Blogger (Blogger of chestnut Bow  Guide)
The way to introduce the link which "reads continuation" in Blogger (iPhone atelier)
The way which shows a label page of Blogger to only the contribution title (Blogger customization information blog)

 

I couldn't be absorbed in customization and write an article easily before, so I think the customization will be made moderate in now, and spends time on a person who enriches an article.

I think the last customization will be "Movable Type" and "WordPress", but Blogger can use a variable and loop, so when reaching, it seems possible variously, doesn't it?

0 Comments: