Hi.
I have now implemented this feature using 3 parameters:
hide_more="true"
will hide the “Read more …” links.
link_titles="true"
will make the titles clickable links.
(I chose to do this in 2 separate stages as some people may want both clickable titles and read more links.)
Finally, you can optionally specify a class for the title links using the title_link_class
parameter for custom CSS styling.
Some examples:
[child_pages link_titles="true"]
[child_pages hide_more="true" link_titles="true"]
[child_pages hide_more="true" link_titles="true" title_link_class="my_link_title_class"]
Obviously, specifying hide_more="true"
without also setting link_titles="true"
would show the child pages without any means for the visitor to click through to the pages.