Links generated by wp_list_pages do not work in Safari
-
Hello,
above my header image I placed a navigation-menu using wp_list_pages
<div id="navmenu"> <ul> <li><a href="<?php echo get_settings('home'); ?>">START</a></li> <li><a href="https://www.dgs2012.de/programm/programm-uebersicht">Programm</a></li> <li><a href="https://www.dgs2012.de/event-registrationee1?ee=1">Anmeldung</a></li> <?php $arguments = array('depth' => '1', 'title_li' => '', 'exclude' => '269,90,84,4939,4941,4942,4940,5016,5024,5324,99', 'sort_column' => 'menu_order'); wp_list_pages($arguments); ?> <li> <a href="https://www.dgs2012.de/english"><img src="<?php bloginfo('template_url'); ?>/images/uj.jpg" width="15" height="9" border="0" alt="EN"></a> </ul> </div>
These Links do not work ins Safari, any ideas why?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Links generated by wp_list_pages do not work in Safari’ is closed to new replies.