Added a comment
[ikiwiki.git] / doc / forum / how_to_add_post_titles_in_ikiwiki_blog__63__.mdwn
1 Look at these two blogs:
2
3 1) http://ciffer.net/~svend/blog/
4
5 2) http://upsilon.cc/~zack/blog/
6
7 Well, i set up successfully my blog (i am using inline function in a wiki page) but i have manually to insert blog pos titles and the result is that of blog #2.
8 Instead i would like to have blog post titles automatically inserted like blog #1 (and they are links too! I want them that way).
9 I looked in git repo of the two blogs but i couldn't find the answer.
10 Any help would be really appreciated.
11
12 Thanks!
13
14 Raf
15
16 > Either name the blog post files with the full title you want them to 
17 > have, or use [[ikiwiki/directive/meta]] title to set the title of a blog post.
18
19 >       \[[!meta title="this is my blog post"]]
20
21 > Either way, the title will automatically be displayed, clickable, at the top.
22 > (zack has hacked his templates not to do that). --[[Joey]] 
23
24 >> Thanks for your answer.<br/>
25 >> I looked in the [templates](http://git.upsilon.cc/cgi-bin/gitweb.cgi?p=zack-homepage.git;a=tree;f=templates;h=824100e62a06cee41b582ba84fcb9cdd982fe4be;hb=HEAD) folder of zack but couldn't see any hack of that kind.<br/>
26 >> Anyway, I didn't hack my template...<br/>
27 >> I will follow your suggestion of using \[[ikiwiki/directive/meta]] title to set titles.<br/>
28 >> Thanks a lot. --Raf