GetSimple Support Forum
Related pages - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Related pages (/showthread.php?tid=10734)



Related pages - SalamandersPL - 2019-02-26

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!


RE: Related pages - datiswous - 2019-02-27

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.php?tid=1256&pid=35627#pid35627


RE: Related pages - SalamandersPL - 2019-03-04

(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.php?tid=1256&pid=35627#pid35627

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