Hello,
I’m currently working on blog layout (archive layout) which uses the Wordpress query to get the posts.
As you can see on the screenshot, I have a section which shows the sticky post (we’re going to have just one), a little column to show the top 5 most read (a little plugin I made which excludes the sticky post) and below have all other posts… but, this section also includes the sticky post.
I use the same layout to show the content of the categories by showing/hiding content by using conditions based on what’s currently viewed.
Is it possible to hide / not load the sticky post (“stick post 2” is the same as above) at the section with all other articles (without some sort of first-child() display:none; styling which probably breaks the proper function of the pagination)?
Or should I use my own looper provider to show all other posts? From my experience it’s not a good idea to do so at an archive layout.
best regards
Mirco