make portfolio archive just as a gallery
-
Hi,
I’d like my portfolio archive page to work just like a gallery — showing only the featured images without linking to any single portfolio pages.
I don’t want each portfolio item to have its own individual page, since those pages contain very thin content and I’d prefer to avoid that for SEO reasons.
Could you please suggest a way to achieve this in WoodMart?
Hello,
Try to use this Custom CSS to disable the project links:
.wd-project .entry-thumbnail {
pointer-events: none;
cursor: default;
}
Also in the Theme Settings > Portfolio > Portfolio > Categories filters > Choose masonry.
Best Regards,