SeguirBlog In which file do I change the <h2> element of the Title tag and Post page? Change the <h2> element of the tag title see https://ibb.co/1Zc12jb Change the <h2> element of the post title see https://ibb.co/VDQnDkg In which file do I change this <h2> element?
Juba007 SeguirBlog Depends on what exactly you have in mind. If you just want to customize it visually you can do that via custom CSS code in the appearance tab of your forum dashboard.
SeguirBlog Juba007 Hi no I want to change the code element of the page name tag <h2>Support</h2> change to this element <h1>Support</h1> and this one from the post <h2>Debug logs</h2> changes to this element <h1>Debug logs</h1> You got it?
SeguirBlog The <h1> element is required to have a search engine optimized page It has to be the keyword that is in the page title Example of a search engine optimized page <title>Debug Logs - Flarum Community</title> <h1>Debug logs</h1>