Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Show all pages
#1
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.
Reply
#2
Do you want them in a full hierarchy ?

Or specific children lists ?
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#3
(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
Reply
#4
PHP Code:
$pages getPagesXmlValues();
$pages subval_sort($pages,'title');

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


untested
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#5
For this I need php plugin?
Reply
#6
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
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply




Users browsing this thread: 1 Guest(s)