Well to create you a blog and start to get tickets you realize that you can put a cloud but you have nothing to put category. Start reading and see if rLabel or something like that is the solution, you click and uff not work. Keep reading and you find you have to create another blog just for categories and then insert it on your blog ... something that I "twisted." To fix it I went for the shortest route and easy.
Go to your blogger and Design, Adding a gadget. Choose basic gadgets in the HTML / Javascript. Give name and content CATEGORIES put this:
\u0026lt;dl> \u0026lt;/ dt>
\u0026lt;dt> begins NOMBRE_CATEGORIA2
\u0026lt;/ dt>
\u0026lt;dt> begins NOMBRE_CATEGORIA3
\u0026lt;/ dt>
\u0026lt;dt> begins NOMBRE_CATEGORIA4
\u0026lt;/ dt>
\u0026lt;dt> begins NOMBRE_CATEGORIA5
\u0026lt; ; / dt>
\u0026lt;dt> begins NOMBRE_CATEGORIA6
      <dd><li><a href="URL_DE_LA_ENTRADA">TITULO_DE_LA_ENTRADA</a></li></dd>
      <dd><li><a href="URL_DE_LA_ENTRADA">TITULO_DE_LA_ENTRADA</a></li></dd>
      <dd><li><a href = "URL_DE_LA_ENTRADA"> TITULO_DE_LA_ENTRADA \u0026lt;/ a> \u0026lt;/ li> \u0026lt;/ dd>
\u0026lt;/ dt>
\u0026lt;/ dl>
And you will see something like this:
NOMBRE_CATEGORIA1
TITULO_DE_LA_ENTRADA
- NOMBRE_CATEGORIA3
- NOMBRE_CATEGORIA2
- NOMBRE_CATEGORIA4
- NOMBRE_CATEGORIA5
- NOMBRE_CATEGORIA6
- TITULO_DE_LA_ENTRADA
- TITULO_DE_LA_ENTRADA
- TITULO_DE_LA_ENTRADA
- Change NOMBRE_CATEGORIA by one of your categories, URL_DE_LA_ENTRADA the url of the entry belongs TITULO_DE_LA_ENTRADA to that category and the title of the entry corresponding to the url. In this way you will have a menu of categories that you can be updated easily. The category of this blog are created as well.
_____________________________________________________________________________________
0 comments:
Post a Comment