hi,
how can i make all my pages appear same url ...something like http://www.kriesi.at/themedemo/?theme=abundance
thxs
hi,
how can i make all my pages appear same url ...something like http://www.kriesi.at/themedemo/?theme=abundance
thxs
Hi papachew,
You can do that via an iframe. Here are some helpful links:
http://www.w3schools.com/tags/tag_iframe.asp
http://www.htmlcodetutorial.com/frames/_IFRAME.html
Here is what you need: (this is just an example)
URL of your abundance site: http://papachew.com/abundance
URL of your main site: http://papachew.com
First, you need to setup your abundance site, then on your main site, inside the body tag, you can add this code:
<iframe id="iframe" src="http://papachew.com/abundance/" ></iframe>
Hope this is helpful.
Regards,
Ismael
You must log in to post.