• this new thing Post-Formats Post Formats let you choose a ‘standard’ format or a ‘video’, ‘aside’, ‘gallery’ or ‘link’ – –

    but where can we change the format of the AUDIO template in Tonal?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Do not edit the theme itself. First create a child theme for your changes.

    Thread Starter ferrie=differentieel

    (@researcher)

    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.

    Thread Starter ferrie=differentieel

    (@researcher)

    thank you @designsimply
    i will try that – –

    Thread Starter ferrie=differentieel

    (@researcher)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Audio template needs a small change’ is closed to new replies.