Adding PHP code to single template in 2023 edition of WordPress theme
That tutorial is for a classic PHP theme, but 2023 is a modern block theme, it works completely differently. You can’t put PHP in the HTML files in templates folder. You should think of these files as starting content, not PHP files, and any changes you make in the side editor are saved in the … Read more