Page 1 of 1

Diffrent look for 1st post

Posted: Sun Jul 29, 2018 6:57 pm
by kaaleth
Would anyone provide me a idea how to bring completly new look for first post only? I would like to create a theme that will show first post in diffrent way and the rest should stay as typical list. For example:

Image

The biggest baner is a post #1. It should be diffrent than others, and the rest should start at post number two.

Re: Diffrent look for 1st post

Posted: Sun Jul 29, 2018 9:24 pm
by dbelov

Re: Diffrent look for 1st post

Posted: Sun Jul 29, 2018 9:42 pm
by Edi
The template home.php of the theme Editorial shows how this can be done:

https://github.com/bludit-themes/editor ... p/home.php
I would like to create a theme that will show first post in diffrent way and the rest should stay as typical list.
If the posts are shown as a list (with the tags <li>...</li>) or as another group of sibling elements on one page you also can use the solution of dbelov.