Site logo

Archived topic

Author Image And Comments Below Single Post Heading?

21 replies · Started by Simon on May 19, 2020

Viewing posts 1–15 of 22

Hi, is it possible to show a small image and name of the author plus the number of comments with maybe a speech bubble at the top of single posts?

Wow, yes! I like example 1...

Would it be possible to have name and comments only and centralised?

Absolutely!

Just remove 'date', from this snippet:

add_filter( 'generate_header_entry_meta_items', function() {
    return array(
        'author',
        'comments-link',
        'date',
    );
} );

Once that's done I'll provide the CSS to center it.

I honestly didn't expect support to be this good. Blown away honestly.

The snipped is added :)

Oh I just pasted it into CSS code... oops. I've downloaded the snipped plugin but it's a little scary. Do I paste it in html snippet and activate?

Yes :)

Snippet added.

I have now :)

Just trying, keeps coming up with fatal error. Am I putting it in the wrong place?

It goes into additional CSS section, ok. Done.

This archived topic is closed to new replies.