May I know how can I design a website like this?

mpikxfx

Regular Member
Joined
Dec 20, 2013
Messages
373
Reaction score
106
Hi everyone, may I know how can I design a website like this? For WordPress

Which plugins or themes to use for a WordPress site?

I need a front intro page (let's say domain A) and then have clickable links into the main ecommerce site (which is also using the same domain A)

Thanks
 
Last edited by a moderator:
very easy
design a static html page as your index file
Code:
your-server/public_html/index.html
somewhere in there you need to have a line that says <a href="yoursite.com/store">Proceed to Store</a>


now make a new directory and install WP inside of it
Code:
your-server/public_html/store

now go to yoursite.com/store and finish configuring WP
 
Back
Top