Menu not working after hacking
-
Hi guys,
I was hacked over the past few days and it has been a NIGHTMARE!All sorted now except my menu has totally messed up.
Website: https://www.dubsmugglers.com
menu code
<ul class=”menu”>
-
<img src=”<?php bloginfo(‘url’)?>/images/HouseSlant/Home.png” alt=”Home” />
-
/<?=$page->post_name?>/”>
<img src=”<?php bloginfo(‘url’); ?>/images/HouseSlant/<?=urlencode($page->post_title)?>.png” alt=”<?=$page->post_title?>” />
<?php
$pages = get_pages();
usort($pages, “menu_compare”);
foreach($pages as $page){
if($page->menu_order < 10){?><?php
}
}?>now i use the Any Font plug in and before I was hacked this all worked fine. I had to change the permalink structure to ‘default’ to get my permalinks working
-
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Menu not working after hacking’ is closed to new replies.