Hi,
I want to use a 1/2 container in my homepage were i can show the titles of my blogitems, this would be only title. In this 1/2 container i also would like to give this a title “Like welcome to my blog”. And at the right bottom of the container i want a link to al my blog items. How can i achieve this quickly>?
Hi Benjaminlivingthebrand!
Please post a screenshot of what you’re trying to. You can insert the Blog Posts element then hide the excerpt and post meta info via CSS.
.template-blog .entry-content {
display: none;
}
.post-meta-infos {
display: none;
}
Best regards,
Ismael