pageList()
Description
This tag returns an HTML unordered list of all pages. The current page is marked with an 'active' class for CSS styling.
Example output
<ul>
<li id="about">
<a href="/about">About</a>
</li>
<li id="work" class="active">
<a href="/work">Work</a>
</li>
<li id="blog">
<a href="/blog">Blog</a>
</li>
</ul>
Usage
<div id="menu">
<?php echo pageList(); ?>
</div>
-
FAQ
- What is the Page Type and how do I use it?
- How do I make blog pagination work?
- How can I make next/previous buttons to navigate my projects?
- How do I include Vimeo, YouTube, SoundCloud etc in my projects, pages, blog posts?
- How do I make excerpts for my blog posts? (Using the {more} tag)
- View all (2 more)
-
General Documentation
-
Themes
-
Code Documentation