Hello there,
I am a pro member, I bought your plugin to display dynamically some stuff (like pages with their children).
Here is my question :
Is that possible with a custom function to also display the thumbnail in the listing ? something like that :
<ul class=”child-sidebar-menu”>
<li class=”page_item page-item-X current_page_ancestor”>
<img src=”thumbnail of the post” />
<a href=”#”>Child</a>
</li>
etc…
</ul>
Thanks !
OnPoint Plugins
Hi Graphik Impact,
While there is no direct way to filter each menu item as it’s being rendered, you may override the
Walker
using this plugins’ filter and render each item manually.Have a great night!