ThemeShaper Forums » Thematic

Prevent Thematic from overriding <li> class when used with wp_list_pages()?

(2 posts)
  • Started 1 year ago by adred
  • Latest reply from adred
  • This topic is not a support question

Tags:

  1. adred
    Member

    First all, thanks for the great theme! Here's my code:

    <ul>
       <li>
          wp_list_pages('meta_key=level&meta_value=firstlevel');
       </li>
    </ul>

    When ran, Thematic changes it to:

    <ul>
       <li class="pagenav">
          <ul>
             <li> wp_list_pages('meta_key=level&meta_value=firstlevel'); </li>
          </ul>
       </li>
    </ul>

    It's annoying. Any help would be very appreciated.

    Posted 1 year ago #
  2. adred
    Member

    I realized Thematic has nothing to do with this! ;-)

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.