Passa ai contenuti principali

Post

Eliminare il nome del blog dal titolo di un post di blogger

Eliminare il nome del blog dal titolo di un post di blogger Non ci avete mai fatto caso? Credo di si se state leggendo questo post. Beh, in ogni caso, se state leggendo un qualunque post di un blog su piattaforma Blogger Blogspot normalmente compare sulla barra del browser in alto a sinistra il nome del blog prima del titolo del post (ad esempio geek4work: Eliminare ... ). E' possibile eliminare il nome del blog in modo semplice e veloce. Occorre andare nel pannello di amministrazione di blogger, in Layout e poi cliccare su Modifica HTML effettuare il backup cliccando su Scarica modello completo (non si sa mai) ricercare il testo <title><data:blog.pageTitle/></title>     e sostituirlo con <b:if cond='data:blog.pageType == &quot;index&quot;'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/></title> </b:if>   Salvare e il gioco e' fatto.

Eliminating name of blog from title of Blogger Blogspot post

Eliminating name of blog from title of Blogger Blogspot post You have not never made note this? I think so if you are reading this post. Beh, in any case, if been reading any post of a blog on platform Blogger Blogspot normally appears on the bar of the browser, up on the left the name of blog before the title it of the post (for example geek4work: To eliminate… ). It's possible to eliminate the name of the blog in simple and fast way. It is necessary to go in the panel of administration of blogger, in Layout and then to click on Modification HTML, make backup, then search the text <title><data:blog.pageTitle/></title>  and to replace it with this other <b:if cond='data:blog.pageType == &quot;index&quot;'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/></title> </b:if> That is and enjoy.