Home › Forums › Pro Support › standard archive output This topic has 3 replies, 3 voices, and was last updated 4 years, 5 months ago by sparkle. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 31, 2019 at 5:45 pm #9637 sparkleParticipant how do i use my list setup as the standard archive output? i’m using generatepresspro as my theme base and i have a child theme. June 2, 2019 at 7:33 am #9665 DeeParticipant I used a archive.php in my child theme, and replaced everything from while and endwhile with this: $cat = get_category( get_query_var( 'cat' ) ); $cat_slug = $cat->slug; $list = get_page_by_title( 'Simple', 'OBJECT', 'wp_show_posts' ); wpsp_display( $list->ID, 'tax_term="' . $cat_slug . '"' ); ‘Simple’ is the name of your list from WP Show Posts June 4, 2019 at 3:20 pm #9723 TomKeymaster This might be worth checking out as well: https://docs.wpshowposts.com/article/use-static-pages-as-category-archives/ June 17, 2019 at 6:55 am #9887 sparkleParticipant thank you both. jumping in! 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