I setup a child theme which works fine. It’s importing the main style.css and has custom css styles along with custom header.php and footer.php files
When using functions.php in a child theme it’s going to append the child themes functions.php to the main theme. Do I need to wrap my functions in opening and closing php tags or can I just add the following without php tags add_image_size( 'related-thumbnail', 130, 130, true );