Hi when i upload a featured image there are added several formats of that image to the database. i don't need them. Is there a way to prevent adding these images in different sizes?
You can remove the different sizes but then you would also have to remove the references in the code on multiple template files as well as in the functions.
Hi when i upload a featured image there are added several formats of that image to the database. i don't need them. Is there a way to prevent adding these images in different sizes?
Thanks!
Hey,
See url: https://codex.wordpress.org/Function_Reference/add_image_size .
You can remove the different sizes but then you would also have to remove the references in the code on multiple template files as well as in the functions.
Thanks
ThemeNectar Support Team