Survey Of All Posts!

Masonry Archive With 3 Columns: Less Is More!
/ | Leave a CommentA masonry list view is nicer. The original masonry archive from the bs Loop Templates lists the posts in four columns. Four columns with article openings provide a quick, good overview. And yet: without a sidebar, this won’t be a real ‘landing page’. After all, we want to be able to present the latest news to our readers ‘on the side’. Fortunately, there is a solution: the Masonry Archive with 3 columns: […]

A ‘Masonry’ As A Better Lookout
/ | Leave a CommentAfter having exhausted the images issue, it’s time to beautify the list of posts. Up to now we only know the form that bootScore’s index.php
generates: a list of stripes, one for each article, the respective Featured Image in the left half, and in the right half the first lines of the article. How boring. But bootScore also offers a nicer way: a masonry as a better lookout: […]

bootScore Without Blurred ‘Featured Images’
/ | Leave a CommentI have already discussed bootScores blurred images. The problem was easy: In cooperation with WordPress, bootScore embeds images of size ‘medium’ in the post lists. And that even on large screens, where the browsers have to fill much more space than the images could do by themselves. Consequently, the browsers upsize the images that are too small — and blur them. Or, put another way: bootScore offers an excellent ‘Responsive Design’ when it comes to the texts. When it comes to the images, not (yet). Here, we offer a way towards bootScore without blurred Featured Images — with the help of HTML‑5: […]

Topic Clouds & Post Lists: 2 On 1 Stroke!!
/ | Leave a CommentThere were two things I wanted to see changed in the bootScore theme before venturing into the big interventions. I was told that improved topic clouds and post lists would increase readability and usability. Fortunately, it was easy to get a more fancy tag cloud and an improved list of recent posts showing the featured images as thumbnails: […]

Less Blurred Featured Images
/ | Leave a CommentTo get less blurred featured images, I suggested enforcing WordPress to automatically generate also square bootScore-specific thumbnails of size 600x600. The bootScore templates index.php and archive.php should request these images via the command get_the_post_thumbnail(null, 'bsTeaser')
instead of asking for the medium size. This would make it less likely that a picture would need to be upsized. […]

Your Own Logo and Favicons — bootScore Helps!
/ | Leave a CommentNo website without pictures or logos! But integrating a logo correctly is often a tricky task. They have to be visible, well-placed, and leave space for the menu. Additionally, they must not bloat or distort the header area. And the way of integrating them into the templates should also allow us to use the favicons for the browser tabs etc. This is where the bootScore developers took a lot of the work out of our hands! Once our logos roughly fit the intended dimensions, we essentially need to follow the bootScore instructions. And by that, we get a logo and the respective favicons. […]

Getting Nice Pictures — Where From, If Not Steal?
/ | Leave a CommentI love ZEN presentations. For that, you need pictures. Many pictures. Good pictures. Fortunately, it is technically easy to integrate photos from the internet into your own site. What is challenging, however, is getting nice pictures legally. […]

A Picture Credit Page? Really?
/ | Leave a CommentI don’t buy images. Never. I take my own pictures. Or I use free images released under a Creative Commons License. Or in the ‘public domain’. Some image databases offer their photographs under their own licenses, equivalent to the free licenses, as long as I do not make their images publicly available through another image database. I accept that as well. And as open-source licenses do, too, some ‘picture’ licenses impose certain duties on me. Thus, I need a picture credit page: […]

Larger Picture Squares — A Remedy For Blurred bootScore Images?
/ | Leave a CommentAvoiding distorted featured images is possible. We have shown that. However, our method is not yet optimal: if we let WordPress when uploading pictures, also crop the medium-sized thumbnails as squares, we give up what is commonly expected. Maybe other plugins need the ‘medium’ thumbnails in the original aspect ratio after all. So it would be better if we left the common thumbnail formats untouched. But we still need larger picture squares: […]