I have a category of posts which are displayed using the Posts grid module and I want to disable the links on these posts (feature image and title on the grid) so visitors can see the grid info but they can’t click through the to actual post. They are all the same category. Happy adding php to my functions file as I’m using Genesis if there is a solution that requires that?
Thanks for getting in touch! This can be done via jQuery. The code below will disable all feature image and title links on a Post module using Grid layout site wide. If you want to target a specific module, you can place a class/ID on the module and add the selector respectively.
That is exactly what needs to be done to make it work. Are you using the grid layout on the Posts module? Do you mind sharing the URL of the site so we can take a look?