Home › Forums › Support › Change order to picture . headline . text This topic has 5 replies, 3 voices, and was last updated 3 years, 5 months ago by Ying. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 2, 2022 at 10:46 am #2398797 Nico Hi There! Is it possible to arrange the posts in the category view so that the image is displayed first, then the title and then the teaser text? https://www.hello-world.net/category/marktplatz/ See screenshot here: https://immarketingforum-my.sharepoint.com/:i:/g/personal/marcuz_hello-world_net/EaD8uETNYK9Mp8yopPI7ZmQBFuLW6n3ooWbua-SAPMrUsg?e=7XA1KM thnx for helping best regards Nick November 2, 2022 at 10:53 am #2398802 LeoStaff Customer Support Hi Nick, Do you want the change to apply to the first post too? Let me know 🙂 November 2, 2022 at 10:55 am #2398804 Nico Hey Leo. No, only for the “real” posts. November 2, 2022 at 11:14 am #2398825 YingStaff Customer Support Hi Nico, Try this PHP snippet: add_filter( 'option_generate_blog_settings', 'lh_custom_search_results_page_settings',20 ); function lh_custom_search_results_page_settings( $options ) { if ( is_category() ) { $options['post_image_position'] = 'post-image-above-header'; } return $options; } Adding PHP: https://docs.generatepress.com/article/adding-php/ November 3, 2022 at 12:06 am #2399407 Nico Good Morning Ying. THAT`s it! thnx for this great support. helps us so much. best regards Nick November 3, 2022 at 9:15 am #2400325 YingStaff Customer Support You are welcome Nick 🙂 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