Jump to content

[SOLVED] Simple question about a wordpress site


Jebaloo

Recommended Posts

OK here it is,

 

I'm working on this site:  http://lacrossescotland.com/

 

It's in its very early stages (is quite ugly right now, the pictures are just placemarkers - forgive me)

 

At the top of the page there is an automatic system of showing ALL of the pages that are in the site as menu items.

I intend to have upwards of 20 pages on the site eventually, but these will be subcategorised under about 5 main headers.

 

I really don't know an awful lot about php, but do you think it would be possible to work out a way of telling it only to show the 5 page titles that I want?

 

Below is any code that I 'think' will be useful, but if it's not please let me know what to extract and I'll get it for you:

(this is from within the 'header.php file'

<div id="menu">

<ul>

<li class="page_item"><a href="<?php echo get_settings('home'); ?>">Home</a></li>

<?php wp_list_pages('title_li=&depth=1'); ?>

</ul>

</div>

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.