2019-02-26, 20:28:18
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:
I hope it is easy to understand what I want to achive.
Many thanks!
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->slug, 0, 160, 'html'); ?>
</div>
I hope it is easy to understand what I want to achive.
Many thanks!