Site logo

Archived topic

Post Meta on Blog Page

3 replies · Started by Rick on December 6, 2022

Viewing posts 1–4 of 4

Hi,

I've managed to change my Post meta description; For example at: https://gorilla.bi/power-query/join-types/
It now shows: Name, Updated date, Archive Tags, and Comments.

I'm trying to update the Post Meta on my front page that summarizes posts: https://gorilla.bi/
I would like to include a Comment picture and the number of comments in the post. Any suggestions on how I can expand the current Meta description?

Some (possibly unrelated) css i have :

/* Underline links on hover */
.inside-article a:hover {
text-decoration: underline;
}

/* add pipe symbol underneath categories under featured image front page */
.entry-meta span:not(:last-child):after {
content: '|';
margin: 0 4px;
color: #aaa;
}

span.cat-links{
display: none; }

Hi there,

you're using a Block Element to display your Post Meta on the Single Post.
The Element will be in Appearance > Elements, or you can see it in the Admin Bar > Elements menu when viewing a post.
If you edit that element you can set the display rules to also apply to the Front Page the blog the All Archives etc.

Although you may want to make a copy of that element specifically for the archives so you can modify it to fit the column layout.

Ah, that did the trick. Managed to create one for the front page as well. Once you get the hang of it, it's quite fun! Thanks David

Awesome :) Really glad to hear that !!

This archived topic is closed to new replies.