Hi,
Within my website that I am converting over into a WordPress CMS theme, there are 7 menu options that go to individual html pages.
My question is, what is the best way to get these 7 html pages into my WordPress CMS theme, i.e. is there a backend means or do I directly add these individual pages as the WordPress Admin?
I've currently got my menu options setup as follows:
<li><a href="index.html" class="topm currentMenu nosub">Home</a></li>
<li><a href="about-us.html" class="topm nosub">About Us</a></li>
Also, how do I link my menu to my pages as well in WordPress?
Thanks