Search for: Log In Free Support [Resolved] Archive Column Home › Forums › Support › Archive Column This topic has 3 replies, 2 voices, and was last updated 4 months, 1 week ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 15, 2020 at 12:04 am #1443608 Bijit Chakraborty I want 2 columns on my homepage, it is just fine. but I don’t want to show 2 columns in my category section. Possible to display archive posts in a single column? reference: https://imgur.com/P9sphPy September 15, 2020 at 2:58 am #1443766 DavidStaff Customer Support Hi there, try adding this PHP Snippet: add_filter( 'generate_blog_columns','db_blog_only_columns' ); function db_blog_only_columns( $columns ) { if ( !is_home() ) { return false; } return $columns; } Adding PHP: https://docs.generatepress.com/article/adding-php/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 15, 2020 at 3:46 am #1443827 Bijit Chakraborty Thanks, David! you always rock ❤️ September 15, 2020 at 5:14 am #1443947 DavidStaff Customer Support Glad to be of help 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In