Hi,
Looking at your staging site, I believe you are trying to do a single page website. And now, when people click on the other section, like about, Advisory board, etc, the page didn’t scroll down to the section you want. Is that what you mean?
This is what I do in my previous project.
You don’t use page to create Navigation, use custom link with #.
For example, you create an ID to the about section, Advisory board section, Upcoming event section, so on and so fort. And the custom link should target to all these ID respectively.
As for the contents for all the different pages, I used WP_Query to call the data to all the respective section.
Do let me know if this helps.
Danc
-
This reply was modified 7 years, 4 months ago by danclp.
-
This reply was modified 7 years, 4 months ago by danclp.