GetSimple Support Forum

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

I would love to put on a page random links to childs of specific parent page. The number of childs displayed should be limited to the number i type.

I think of query template like:

PHP Code:
<div onclick="javascript:location.href='/<?php echo $item->slug; ?>'">
    <?
php echo htmlspecialchars($item->title); ?>
    <?php echo page_excerpt($item->slug0160'html'); ?>
</div> 

I hope it is easy to understand what I want to achive.

Many thanks!
I think you might be able to do that with i18N search, but I don't know exactly how.

There's an old post about this in it's forum: http://get-simple.info/forums/showthread...7#pid35627
(2019-02-27, 23:34:01)datiswous Wrote: [ -> ]I think you might be able to do that with i18N search, but I don't know exactly how.

There's an old post about this in it's forum: http://get-simple.info/forums/showthread...7#pid35627

Hi. Thank you for replying. A i love this community Smile