0

My blog is https://testfnm.blogspot.com based on the Blogger Emporio template.

On the homepage, under the titles of the snippets, I would like to add a second line of text with the country name.

So for instance, under the title "Milford Sound" I would like to add the country name "New Zealand". Similarly, under Amsterdam, I would like to add Netherlands. And so on...

How do I do that please?

firoze
  • 61
  • 1
  • 10
  • How about using the inbuilt `location` tag? You may add location manually. – Severus Snape Aug 06 '20 at 18:37
  • Thanks for the message Severus. Unfortunately the locations only show up in an open Post, not on the homepage. I can set Labels to show up on the homepage snippets, but they show up only if you hover the cursor over the snippet. And on mobile you can't even see that because there is no cursor. I would like a solution that shows the location permanently on the snippets. – firoze Aug 07 '20 at 08:59

1 Answers1

1

As an alternative to adding a second line of text to the snippets, I have found a method to make the Labels permanently visible on the snippets of the homepage. I have put only one label per post, the label being the country name. Thus against each snippet a label (the country name) is now visible both on desktop and mobile.

I used this CSS code to make the labels visible:

.labels-outer-container {opacity: 1 !important;}
body.feed-view .post-labels {display: inline-block;}

You can see how the results look here: https://www.firozemistry.com

firoze
  • 61
  • 1
  • 10