Hello,
Is there any way to disable the individual portfolio item pages? I only want the portfolio page with sortable images.
Thanks
Hello,
Is there any way to disable the individual portfolio item pages? I only want the portfolio page with sortable images.
Thanks
Hi there,
Please add this code in the custom CSS:
.page-template-template-layout-portfolio .entry-thumb, .entry-title-portfolio a {
pointer-events: none;
cursor: default;
}
Worked perfectly,
Thanks!
Glad we were able to help
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.