• Resolved mriffey

    (@mriffey)


    Basically I have this structure set up for my pages:

    > Resources (nothing in this) (parent)
    >> Tutorials (nothing in this)
    >>> wp (nothing in this)
    >>>> Removing paragraph break (actual post)

    I did it like this to help me keep it organized and keep all tutorials/resources separate from each other.

    What I am wanting is to display the the list of tutorials like this page. I have the exec-php plugin that allows me to enter php into my page/post and I’m wanting to display the title for wp (WordPress) to be displayed (not as a link) and then below it have the lists for the actual tutorials.

    I’ve tried and I can’t seem to understand the codex for the pages and displaying them. Please help!

    The Resource page will be the one who will be displaying the lists!

Viewing 1 replies (of 1 total)
  • Thread Starter mriffey

    (@mriffey)

    <ul style="list-style-type: none">
    
    <?php wp_list_pages( 'child_of=IDHERE&title_li=&depth=3'); ?>
    
    </ul>
Viewing 1 replies (of 1 total)
  • The topic ‘Displaying Pages’ is closed to new replies.