Out of necessity I should add all the CSS and JS files present in any WordPress article on a specific page through code.
Do you know how to add all these files?
If I try through the normal get_header() code, the necessary files are added for the page and not for the articles, as it should normally be.
I would like to make this change because I embed an article on a page and the codes of a plugin are not presented if the page is not actually read as an article.
Thanks a lot to those who will help me.
This is the answer I get if I try to add files after files, that is, all CSS and JS

<head>tag if the needed styles and scripts are present. In this case the enqueuing is ok but the errors are caused by the .js themselves.CodeMirror is not definedis likely to means that a some more scripts are missing. Also important the order with wich you enqueue the scripts.CodeMirrorevidently must be defined before it can be used