Archived topic
implementing a HTML/CSS Template into one page
3 replies · Started by Huseyin on January 24, 2021
Hi Generatepress Team,
I want to have one page with this HTML/CSS Template, wondering how could I achieve this? (i assume I need to use the hook feature, but what is the best way to achieve this)
Template: https://codepen.io/mersacs/pen/qMwPzw
For the page, I already disabled every element + sidebar + footer and enabled full-width
Thanks :)
Hi there,
you can use a Hook element or the Block Element to replace the Content of a specific template eg. 404.php.
Simply set the Hook to: generate_do_template_part
Thanks, David,
You're welcome