Disabling Full Site Editor (FSE)

No, because the site editor is turned off by default. Unless you’re building a block theme, or declare that your theme supports block templates in PHP/theme.json, it doesn’t apply to you. WP version 6.2 (almost released) has many new features, including a more enhanced Full Site Editor (FSE). This is not true, 6.2 removes the … Read more

Font Awesome Icons as squares [closed]

You should be using Font Awesome’s provided <link> or <script> tag(s) that they give you with your kit. It should look like this: <link rel=”stylesheet” href=”https://kit.fontawesome.com/xxxxx.css” crossorigin=”anonymous”> or if you prefer the JS method: <script src=”https://kit.fontawesome.com/xxxxxxx.js” crossorigin=”anonymous”></script> Copying and pasting the code from their CSS file to your local one isn’t advisable because there are … Read more