Archived topic
Video Post Format Problem
3 replies · Started by Bert on December 18, 2016
Dear Tom,
thank you very much for this GP Theme. Usually I browse around here to find a solution, but this time I need your help ;)
Today I changed the Postformat for my videos to "Video" and audios to "Audio" so that I have a better overwiew when I am browsing in the dashboard.
Now I have the challenge, that on the frontpage the articles have no excerpt - because in customiser I set the excerpt to zero, which worked well.
Now, how can I accomplish this for "Audio" and "Video" posts too?
It is mixed now on the frontpage, like you can imagine and it looks terrible - at least to me ;)
Is there anything I can do to totally switch excerpts off?
That would probably be the best for me... because I don't need them
THANK YOU!!
Best regards,
Bert
Hi Bert,
Those formats display the full content (so video/audio HTML can display).
To turn it off completely, you could do this:
.blog .entry-content,
.archive .entry-content {
display: none;
}
Thank you so much Tom.
I spent five hours yesterday to get it done by myself before I was asking you ;)
It worked exactly the way I wanted it..
THANKS A MILLION!!
You're welcome :)