How to remove Post in url link for Blogengine http://localhost/blog/post/welcome.aspx
I need to remove post from above mentioned url.
" class="taggedlink"><%=Server.HtmlEncode(Post.Title) %>
I need like this format :http://localhost/blog/welcome.aspx Please solve this.
Try below,