07/10/2018 at 10:46 am
#467171
Keymaster
@ Michael
Look like I had one type in the code I gave… change this:
echo '<a href="' . $entry->getPermalink() . '>';
to this:
echo '<a href="' . $entry->getPermalink() . '">';
I m still unsure if this will do it though because there is quite a bit of javascript involved in make Gridder function the way it does. If this change does not work, it might not be easy to make necessary changes to the javascript.
