Read this before posting! So, I have create a wordpress site to showcase blogger & wordpress themes. Now I need to setup a Live Demo & Download links. Clicking on "Live Demo" user will go to iframe with topbar (example here: http://jsfiddle.net/EB6gN/34/). But how can I add a subdirectory/url for a demo? This is that I want: Post URL: mysite.com/post-name.html DEMO URL: mysite.com/post-name.html/demo/ - this is that I want. Live Example: Post URL: http://btemplates.com/2012/blogger-template-modern-cars/ DEMO URL: http://btemplates.com/2012/blogger-template-modern-cars/demo/
mysite.com/post-name.html/demo/ can't be done. Am not a pro but i never seen think like that. You can create a folder (at public html) and add both pages like: mysite.com/post-name/demo/ At post-name folder add this html page: post-name.html and make a folder "demo". At the demo folder add a index.html or php. Hope helps.