Home › Forums › Support › How to make Downloads Archives layout same as Post Archives This topic has 9 replies, 3 voices, and was last updated 3 years, 2 months ago by Ying. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts February 21, 2023 at 10:38 am #2541554 Tommy Is it possible to make the downloads archive page the same layout as the post archives? I know how to change column settings on post archives, but I don’t see an option for downloads. February 21, 2023 at 10:47 am #2541577 LeoStaff Customer Support Hi there, Any chance you can link us to the page in question? You can use the private information field: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information Let me know 🙂 February 21, 2023 at 10:58 am #2541586 Tommy https://smartsetstudies.com/downloads/category/worksheets/ February 21, 2023 at 11:01 am #2541590 LeoStaff Customer Support Is that a CPT? February 21, 2023 at 11:06 am #2541597 Tommy What is a CPT? Custom Post? It’s a download. I use Easy Digital Downloads (like WooCommerce for digital downloads) with this site. February 21, 2023 at 11:09 am #2541606 LeoStaff Customer Support Yup – CPT is custom post type. Give this a shot: https://docs.generatepress.com/article/using-columns-in-the-blog/#adding-columns-to-your-custom-post-type February 21, 2023 at 12:19 pm #2541670 Tommy That hasn’t done anything. As i say, they’re not posts, they’re downloads and use separate categories… February 21, 2023 at 3:06 pm #2541818 LeoStaff Customer Support Did you replace CPT_SLUG in the example code? If that doesn’t work, then you will need to confirm with Easy Digital Downloads on whether Downloads is a CPT or not. February 22, 2023 at 2:03 pm #2543233 Tommy I tried this in Additional CSS is that what you mean? add_filter( ‘generate_blog_get_column_count’,’tu_search_column_count’ ); function tu_search_column_count( $count ) { if ( is_search() ) { return 33; } return $count; } February 22, 2023 at 2:27 pm #2543258 YingStaff Customer Support Hi Tommy, The code is PHP, please refer to the below article for how to add PHP to your site: https://docs.generatepress.com/article/adding-php/ Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In