Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nycfoodproject

    (@nycfoodproject)

    songdogtech-

    I think you’re right about that! But, I don’t know how to change it so it’s generated by wp_list_pages. Any idea how to do that? For reference, the code for the benevolence theme’s header is this:

    <!DOCTYPE html
    PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml”&gt;
    <head>
    <title><?php bloginfo(‘name’); ?></title>

    <meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
    <style type=”text/css” media=”screen”>
    @import url( <?php bloginfo(‘stylesheet_url’); ?> );
    </style>

    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />

    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_get_archives(‘type=monthly&format=link’); ?>
    <?php //comments_popup_script(); // off by default ?>
    <?php wp_head(); ?>

    </head>

    <body>

    <div id=”wrapper”>

    <div id=”masthead”>
    <div id=”blogTitle”>
    ” title=”<?php bloginfo(‘name’); ?>”><?php bloginfo(‘name’); ?>
    </div>
    </div>

    <div id=”insideWrapper”>

    I looked at the default code, but can’t figure out where to begin!

    Thread Starter nycfoodproject

    (@nycfoodproject)

    duck_boy-

    I tried that, it’s not a browser issue, unfortunately. I found out that the problem is that I have a static menu, not an active one. Do you know how to make my navigation menu sidebar active??

Viewing 2 replies - 1 through 2 (of 2 total)