From 0e173f38aea0b72dce9dd4994335569f5cfecce4 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkd3OQ-XyZ7mYJyCT3mMLBt05DuuZ_1Gvo" Date: Sun, 10 Apr 2011 05:18:05 -0400 Subject: [PATCH] --- .../Doing_related_links_based_on_tags.mdwn | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/forum/Doing_related_links_based_on_tags.mdwn diff --git a/doc/forum/Doing_related_links_based_on_tags.mdwn b/doc/forum/Doing_related_links_based_on_tags.mdwn new file mode 100644 index 000000000..6b1460941 --- /dev/null +++ b/doc/forum/Doing_related_links_based_on_tags.mdwn @@ -0,0 +1,26 @@ +I've been recently using a template this + +
+----
+Related posts:
+
+[[\!inline pages="blog/posts/*
+        and !blog/posts/*/*
+        and !Discussion
+        and !tagged(draft)
+        and "
+        archive="yes"
+        quick="yes"
+        show="5"]]
+
+ +Which I then call by doing this at the end of my blog posts on my ikiwiki install + +
+[[\!tag software linux]]
+[[\!template id=related tagged="tagged(software) or tagged(linux)"]]
+
+ +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? + +I know that the [[backlinks]] plugin exists for this sort of stuff (related links), it just lacks some user configuration options. -- 2.45.0