Roman
    Spectator
    Posts: 3147
    02.05.2015 at 21:54 #17184

    to combine/minify js/css files you could use a plugin, for example https://wordpress.org/plugins/bwp-minify/

    Justin Jurist
    Spectator
    Posts: 2
    02.05.2015 at 22:05 #17190

    unfortunately that is using that plugin, it won’t do it. I have combined all the .js calls into one file but in the main page I want to put a single call to the .js file that combines all the calls to allow the page to load faster. thanks.

    Roman
    Spectator
    Posts: 3147
    02.05.2015 at 22:08 #17192

    sorry, this is not possible without changing the theme’s code or using a plugin. we cannot combine js files by default as they are used by users when doing development on their projects

    Justin Jurist
    Spectator
    Posts: 2
    02.05.2015 at 22:12 #17193

    yes, i understand, but what is the name of the file I need to change the code in, that is the problem I cannot find the file that contains the aforementioned code so I can change it. I looked through the databases, index, footer, header, etc, I cannot find anywhere the code is written that is on my main page.

    Roman
    Spectator
    Posts: 3147
    03.05.2015 at 18:14 #17210

    all js and css files are enqueued in library/functions/functions.php file starting line #54