I am looking for a way to retrieve the URL path of a page, specifically, the full path to my blog post.
I would be looking for a way to retrieve this entire URL: http://example.com/posts/1
I am able to get this far: http://example.com/posts, however, I cannot find a way to dynamically pickup the id (1) at the end.
How should I do this?
Thanks.