Thanks for the reply. I think that we’ll use Zapier as a go-between so that all purchasers will automatically get added to the list with the appropriate tag and then we won’t really have to do anything custom.
and there you go. it’s a fix. thanks for the help.
yeah, ok. I’ll try the css fix to .lcp_catlist h3.
Forget it, I figured it out. Swap this out for your posts php
<?php $recent = new WP_Query(“pagename=EnterYourPageNameHere“); while($recent->have_posts()) : $recent->the_post();?>
<h2><?php the_title(); ?></h2>
<?php the_content(); ?>
<?php endwhile; ?>