Site logo

Archived topic

Category posts

6 replies · Started by JOAQUIM GALANTE on June 22, 2020

Viewing posts 1–7 of 7

How can i put the category posts between image and post title ?

Hi there,

Not sure if I fully understand.

Can you explain a bit more?

Which page should I be looking at?

on the published posts (frontpage) i would like to put the categories above title.

Try this CSS:

.generate-columns .inside-article {
    display: flex;
    flex-direction: column;
}
.generate-columns .inside-article .post-image {
    order: 1;
}
.generate-columns .inside-article .entry-meta {
    order: 2;
}
.generate-columns .inside-article .entry-header {
    order: 3;
}
.generate-columns .inside-article .entry-summary {
    order: 4;
}

Done. Thanks Leo.

No problem :)

This archived topic is closed to new replies.