Michael Mann
asked 11 years ago

Hey there,
Are external links supported in the DW Page Navigation? Tried putting them in the secondary nav and they direct to a 404 page. When I put them in the primary nav, a blank section gets created on the site and the nav link goes to a 404 page as well.

1 Answers
DominicStaff
answered 11 years ago

Hello Michael Mann,

Please find my instruction here:
– Open file <your-site-directory>/wp-content/themes/dw-page/functions.php. Go to line 303
– Replace the following code:

  href="<?php echo get_page_link($page_id); ?>"

With new code:
     

 href="<?php echo $item->url; ?>"

Hope this helps!
Regards
Dominic

Powered by DW Question & Answer Pro