Site logo

[Resolved] Post Meta on Blog Page

Home Forums Support [Resolved] Post Meta on Blog Page

Home Forums Support Post Meta on Blog Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2451425
    Rick

    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; }

    #2451455
    David
    Staff
    Customer Support

    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.

    #2451670
    Rick

    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

    #2451732
    David
    Staff
    Customer Support

    Awesome 🙂 Really glad to hear that !!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.