Hi,
I need to display a post using the post id in the URL, instead fo the long URL that has post title in it.
Ex, if you have a wordpress blog and it has a post like http://myblog/long-post-url/ and the id of the post is 23, I can type in
http://myblog/?p=23 where the query string p is for post id. This url redirects to the long-post-url.
Is there an equivalent in Graffiti CMS ?
Ex, Is there something like http://mygraffitiblog/?post=23 which will redirect to http://mygraffitiblog/long-post-url/
Thanks in Advance !
-Shiva