1 2015-04-19 08:23:10

(5 replies, posted in Questions)

Hi,
Sorry for not getting back in a while.
That is the same thing I did. I managed to get the Sub-pages title.Each sub-page has  a bit of content .  How do I get the sub-pages content?
Thanks!

2

(5 replies, posted in Questions)

Thank you for the reply.

That code doesnt work for me. Probably i dont use it as i should  I dont know much php.
What i want to achive is this
http://i59.tinypic.com/15ppu74.png.
I cant find how to get the conetnt of each subpage. Managed to get the titles though.

3

(5 replies, posted in Questions)

Hi,

I need a bit of help/advice on this.  I want to display the content of  sub-page on the home page
For example; I have main page Services with 4 sub-pages, each sub-page will have some text.

I have  managed to show the list of the childpage using this code

<?php $pages = Page::children('page'); ?>
<?php foreach($pages as $page) { ?>
<a href="<?php echo Site::url().'about/'.$page['slug']; ?>"><?php echo $page['title']; ?></a>
<?php } ?>

But I dont know how to get the content of the sub-page as well.  Can someone give me some advice on this?

Thank you!

4

(9 replies, posted in Plugins)

dev plugin  is 1.4.0 and catalog is 1.5.0

5

(9 replies, posted in Plugins)

Hello,

I can not make this plugin work. If i add {catalog list="menu"} or <?php Catalog::getMenu();?> i only get a blank page. The only think that works is this {catalog list="item" uid=1} / <?php Catalog::getItem(1);?>.
Can anyone help me with this? Am i missing something? I have installed dev plugin.
Thank you!