Home › Forums › Support › The Content Template 3 Column Not Workinh in Archives This topic has 5 replies, 2 voices, and was last updated 1 year, 11 months ago by Ying. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 30, 2022 at 9:24 am #2359061 Chandan Prasad Sahoo I created a content template in Elements and it’s working fine for the home page. I also changed the Display posts in columns to 3 for archives but it’s not working. Please check the link below. https://usastorytime.com/web-stories/ September 30, 2022 at 1:08 pm #2359257 YingStaff Customer Support Hi there, Is this a CPT archive? If so, the customizer option can not control it. You’ll need to add this filter to make it work: https://docs.generatepress.com/article/using-columns-in-the-blog/#adding-columns-to-your-custom-post-type September 30, 2022 at 7:37 pm #2359393 Chandan Prasad Sahoo This is the Google web stories archive. I added this. But nothing changed. add_filter( 'generate_blog_columns', function( $columns ) { if ( 'web-stories' === get_post_type() && ! is_singular() ) { return true; } return $columns; } ); October 1, 2022 at 9:50 am #2359947 YingStaff Customer Support Is your CPT slug web-story or web-stories? Can you make sure it’s correct? October 1, 2022 at 7:26 pm #2360190 Chandan Prasad Sahoo Thanks a lot. It was my mistake. That slug is web-story. October 2, 2022 at 11:01 am #2360749 YingStaff Customer Support No worries! Glad it works now 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In