How to 'deactivate' a partial for one page + change

Hi and good day,

I’m somewhat weary with the Partial, because only 1 page should be impacted, not the whole site.

And I don’t need the partial for this 1 page, only the updated/ changed content version of it.

How to do this?

/
Any assistance would be greatly appreciated!
Omar KN

Make a copy of the partial on that page, unpack the copy so it isn’t a partial any more. Delete the partial and make any changes to the unpacked stack.

Or, just delete the partial on that page and then add whatever it is you only want on that one page.

The whole point of a partial is that it is the same on all pages it’s applied to. If you don’t need it on a page then don’t use it on that page.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.