Do not edit the theme itself. First create a child theme for your changes.
thank you Esmi
i know the Child Theme thing
but i do not see any content-audio.php template
so – – it is not clear to me how the post-formats do their work in Tonal
but where can we change the format of the AUDIO template in Tonal?
Post formats are not always included in every theme by default. They are only there if the theme author decided to add it, and they didn’t for Tonal.
but i do not see any content-audio.php template
This means that an audio template wasn’t included in the theme and you would need to code one yourself into a child theme, as esmi indicated, if you want to add special formatting for an audio post format.
thank you @designsimply
i will try that – –
most important discovery is that a simple CSS line
solved one part of my problem
this one:
.hentry.format-standard .entry-format:before {
content: ‘\f109’;
}
f109 = the icon for Audio Posts