----
Related posts:
-[[\!inline pages="blog/posts/*
+\[[!inline pages="blog/posts/*
and !blog/posts/*/*
and !Discussion
and !tagged(draft)
Which I then call by doing this at the end of my blog posts on my ikiwiki install
<pre>
-[[\!tag software linux]]
-[[\!template id=related tagged="tagged(software) or tagged(linux)"]]
+\[[!tag software linux]]
+\[[!template id=related tagged="tagged(software) or tagged(linux)"]]
</pre>
It somewhat works, I was wondering if anyone else has tried to do something like the above to get "related posts" based on tags. The way that I have done it isn't very clever as it only links to the last 5 most recently posted items based on my parameters. Is it possible to "randomly" select a bunch of links from a set of user defined pagespecs?