Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: Customising menus
    Thread Starter SilverKat

    (@silverkat)

    Here’s the code copied properly…..

    <li><a href="<?php echo get_option('home'); ?>/" class="on">Home</a></li>
    <?php wp_list_categories('title_li='); ?>
    <BR /><BR /><?php wp_list_pages('title_li='); ?>

    Silver

Viewing 1 replies (of 1 total)