How do I override template-tags.php in twentyseventeen theme
I created a child theme from the TwentySeventeen theme and it seems to work.
I can override the content.php file by creating a matching folder and my own content.php in my child theme.
/template-parts/post/content.php
...Works fine.
However, I tried to do the same thing to override the metta tags in the header of a single post by doing the following
/inc/template-tags.php
...and the functions in template-tags.php (eg. twentyseventeen_posted_on() ) are -not- overriding the main theme's version as I expected.
What am I doing wrong?
Topic theme-twenty-eleven pluggable templates Wordpress
Category Web