Custom walker with hashes instead of links (one-page layout)
Well, after some more intense research I finally found a viable solution that is clean and simple and works flawless so far. Just put this into your functions.php to create a custom walker which turns classic permalinks into hashes (e.g. page.com/mypage to page.com/#mypage): /* Custom nav walker */ class Single_Page_Walker extends Walker_Nav_Menu{ function start_el(&$output, $item, … Read more