[Support request] Remove post meta from below post

Home Forums Support [Support request] Remove post meta from below post

Home Forums Support Remove post meta from below post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1149134
    Alf

    Hi there,

    I have added the suggested code snippet to move the post category to above the post text aligned with the date:

    add_filter( ‘generate_header_entry_meta_items’, function() {
    return array(
    ‘categories’,
    ‘date’,
    ‘author’,
    );
    } );

    (adding it using child theme and functions.php).

    However, the category is still visible below the post (both on single post and archive frontpage. Is there a way to filter this location out?

    And is it possible to add a “,” between the category and post date?

    Thanks again!

    #1149567
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    I just answered your questions here: https://generatepress.com/forums/topic/post-meta-category-move-location/#post-1149564

    Hope it helps 🙂

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