Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Move post meta from top to bottom in the “Posts” block

Home / Forums / Kadence Theme / Move post meta from top to bottom in the “Posts” block

This topic is: Resolved
[Resolved]
Posted in: Kadence Theme
April 29, 2023 at 4:40 am

Does anyone know how to move the post meta from the top of the post under the title to below the content when using the “posts” block? There dosen’t appear to be a way to customise this.

I have seen a previous topic that addresses this issue with “archived” posts, however I would like to recreate this with the “posts” block.

The code I saw to change this for archive posts was:

add_action( 'init', 'custom_changes_to_archive_meta');
function custom_changes_to_archive_meta() {
remove_action( 'kadence_loop_entry_header', 'Kadence\loop_entry_meta', 30 );
add_action( 'kadence_loop_entry_content', 'Kadence\loop_entry_meta', 35 );
}

I know this needs to be changed, however I have no idea how, sorry, Im not a coder, so any help with this would be great!

  • The forum ‘Kadence Theme’ is closed to new topics and replies.