• Resolved blueyez

    (@blueyez)


    in pages.php i got this:

    <?php wp_list_pages(''); ?>

    and prints this:
    <li class="pagenav">
    Pages
    <ul>
    <li class="page_item">
    <a href="https://sitename/?page_id=3" title="Home">Home</a>
    </li>

    i need only:
    <a href="https://sitename/?page_id=3">Home</a>

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘pages’ is closed to new replies.