Site logo

Archived topic

Author avatar next to author name in post meta

21 replies · Started by Yoeri on December 20, 2018

Viewing posts 16–22 of 22

Hello Leo,

Thanks for your fast reply. Yes I have copy-paste that code yesterday from the url you mention.

Oops sorry I just noticed the error in the code.

Replace:

add_filter( 'generate_footer_entry_meta_items', function( $items ) {
    return array(
        'date',
        'categories',
    );
} );

with

add_filter( 'generate_footer_entry_meta_items', function( $items ) {
    return array(
        'categories',
        'post-navigation',
    );
} );

Works like a charm, thank you Leo! :)

No problem :)

How can I also make this show up in custom post pages (BWL knowledgebase plugin)

This archived topic is closed to new replies.