php - How to create one page wordpress navigation link -


i trying create 1 page wordpress theme. has individual pages such ,single.php, page.php etc. has custom template posts displayed custom post type called "portfolios" . when stay on custom template page shows navigation menu portfolios (custom page type) .

but problem , when click on link custom template page displays single post custom post type (portfolios) , link looks "/wordpress/?portfolio=new-portfolio" . need create link "#portfolio" (i have div id portfolio"). need make navigation in single page.

i dont want use plugin or custom link appearance -> menu.

i can not finding out solution this. please me .


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -