Archived topic
Change Category Appearance
3 replies · Started by Victor on October 30, 2018
Viewing posts 1–4 of 4
Hi guys,
When visiting a category page, is it possible for the 'category description text' to appear below the related posts, instead of above?
Thanks!
Hi there,
Give this a shot:
add_action( 'after_setup_theme', function() {
remove_action( 'generate_archive_title', 'generate_archive_title' );
add_action( 'generate_after_main_content', 'generate_archive_title' );
} );
Adding PHP: https://docs.generatepress.com/article/adding-php/
Works great, much appreciated Tom!
All the best!
Glad I could help :)
This archived topic is closed to new replies.