theme-actions edits for Child Template
I'd like to customize the listings in my ad-category page. The layout is in the theme-actions.php file in the includes folder.
I'm working with a child theme, but I'm a little unclear on how to get the site to reference the theme-actions.php copy that I've placed in my child theme directory.
I could go to the parent theme's includes/theme-functions and edit this line:
require_once( get_template_directory() . '/includes/theme-actions.php' );
But I'm sure that's a bad idea, since it could get lost if the theme updates.
Any suggestions?
Thanks!