07/22/2014 at 11:08 am
#297760
Keymaster
@ Kristina
Which language file was not loading? The metabox title, right?
The path seems fine, but lets confirm:
../wp-content/themes/{child-theme}/connections-templates/card-bio/
What is not clear is the override file name, could you confirm?
Depending on what you’re trying to achieve, there is basically two ways to override a core template. It seems like you are using this method. This means the file in the above folder should be named something like card.php and/or card-single.php.
The other way is to completely override everything for the core template by copying it to the plugins folder so it is loaded as a plugin which can be activated/deactivated like any other.
