GetSimple Support Forum

Full Version: Show all pages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm looking form plugin, or trick to show on one page all pages I've added.
Eg. xxx.uk/list - as a url

Category 1
- Page 1
- Page 2

Categor 2
- Topic 1
- Topic 2

And it'll be add auto - just when I will add a new entry.

Is someting like this even exist?

Regards
Jarek.
Do you want them in a full hierarchy ?

Or specific children lists ?
(2015-11-12, 00:39:50)shawn_a Wrote: [ -> ]Do you want them in a full hierarchy ?

Or specific children lists ?
Alphabetic will be awesome Smile
PHP Code:
$pages getPagesXmlValues();
$pages subval_sort($pages,'title');

foreach(
$pages as $page){
  echo 
$page['title']."</br>";


untested
For this I need php plugin?
you can create a function for this or place the code directly in your template, or in a component.

easiest is to use dynpages plugin and a component