Hi.
There is not currently a way to do this … but it is a great idea and I will look to implement it ASAP.
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.
I have marked this thread as resolved as I believe that I have dealt with the query raised. If you believe that this is not the case, please do let me know.
Thank you for using CC Child Pages.