W.W.W Posted August 9, 2023 Posted August 9, 2023 I created a custom page but I'm unable to add code to the pages <head> tag this seems like a pretty basic function for a custom page but can't seem to find the place to put my code in the header I'm needing to add this code only to the page I added <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
Solution opentype Posted August 9, 2023 Solution Posted August 9, 2023 (edited) This post was recognized by Marc! opentype was awarded the badge 'Helpful' and 5 points. You can add meta tags using the meta tag editor. That works globally, not just for custom pages. Regarding <head> content, you can choose to use the suite wrapper or not (see the option in your screenshot). If you do, you use the <head> from the suite without changes, if you turn that off, you can and have to create your own <head>. Edited August 9, 2023 by opentype David N., W.W.W and Marc 3
Recommended Posts