(ob:format-date (ob:post-timestamp POST) "%d")
(format "%s"
(ob:path-to-root)
(ob:category-safe (ob:post-category POST))
(ob:format-date (ob:post-timestamp POST) "%Y")
(ob:format-date (ob:post-timestamp POST) "%m")
(ob:format-date (ob:post-timestamp POST) "%b"))
(format "%s"
(ob:path-to-root)
(ob:category-safe (ob:post-category POST))
(ob:format-date (ob:post-timestamp POST) "%Y")
(ob:format-date (ob:post-timestamp POST) "%Y"))
(ob:insert-template "plugin_qrcode.html")
(ob:post-title POST)
(ob:post-content-html POST)