Including/Excluding Pages
-
I have this code:
<div class="Menu"> <div class="MTL"></div><div class="MTR"></div>
- " href="<?php echo get_option('home'); ?>/"><span>Home</span> <?php $pages = wp_list_pages('sort_column=menu_order&title_li=&echo=0'); $pages = preg_replace('%]+)>%U','<span>', $pages); $pages = str_replace('','</span>', $pages); echo $pages; ?>
I want to only include pages: 7,93,95,97, and the homepage.
I attempted to change the code, but it wasn’t working. Can someone help me out?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Including/Excluding Pages’ is closed to new replies.