Programming Tooling

Sometimes, Less Is Indeed More!

The orig­i­nal mason­ry archive from the bs Loop Tem­plates lists the posts in four columns. Four columns with arti­cle open­ings pro­vide a quick, good overview. And yet: with­out a side­bar, this won’t be a real ‘land­ing page’. After all, we want to be able to present the lat­est news to our read­ers ‘on the side’. For­tu­nate­ly, there is a solu­tion: the Mason­ry Archive with 3 columns:

[ en | de ]

Solution

  • Go to the repos­i­to­ry bsTop­pings
  • Decide whether you want your overview to work with flat, not styled arti­cle begin­nings, but rather equal-length ‘wall tiles’ (based on the Word­Press func­tion the_excerpt()), or with styled arti­cle begin­nings and more over­lap­ping ‘wall tiles’ (based on the Word­Press func­tion the_content()).
  • Copy the down­loaded file under the name home.php into your child theme.
  • Down­load the bootScore mason­ry-plu­g­in and install it from your Word­Press back­end.

Background

And that’s it. Any­way, almost: If you decid­ed to use the_content() theme, don’t for­get to add the tag <!--more--> to all posts — accord­ing to the mean­ing.

To top