Wordpress : Plugin to generate a page with link and breif description to all pages?

Joined
Nov 30, 2011
Messages
38
Reaction score
8
Hello guys,

I've been looking for a plugin that would take all the pages from my website and build a page with link and short description (first line of the page or something like that)

I'm planning to use static pages for the complete website for this project and I don't want to have a link for every page in the menu. What I'd like to have is a page with all the pages listed on it. I won't have tons of pages so it won't be too heavy so it's not really a problem.

Is there any plugin that would allow me to do this?
 
If I understand your requirements then I reckon this plugin can do that for you:
Code:
http://wordpress.org/extend/plugins/page-list/
Install it, create a page and put the shortcode on it:
Code:
[pagelist_ext]
 
Back
Top