Sage 9 override Base.php for one specific page

Hi there,

I’m using sage 9 beta1 and need to create one specific page for printing content (page-print.php). This page should not include Header, Footer and all other stuff so I thought it would be better to override base.php with this custom structure. I had this customisation working on sage 8 but cant find any way to call the hook in the new structure. Any Hint?

2 Likes

base-print.php should get the job done, I think.

Hi @QWp6t !
Thanks for your reply.

Yeah, I also thought so, but it didn’t work. The original base.php would still be printed.
Do you know How can I hook into Wrapper/wrap and insert the slug?