Thx. I was overthinking it a bit. Seems all I need to do is change the SKU.
Never mind! Realized the plugin was sticking in another copy of the Bootstap CSS and JS files. I disabled these and it’s working.
Thx. The issue went away when I included wp-content/themes. I’m assuming that’s due to some improperly coded class somewhere in the themes style?
Create a new template for content-job_listing.php and on line 21 insert.
<div class="job_listing-category job_listing__column job_category ">
<a href="#" class="job-category"><?php the_terms( $post->ID, 'job_listing_category', '', ' / ' ); ?></a>
</div>
You’ll need to edit the CSS etc. but this will get you started.
-
This reply was modified 9 years, 5 months ago by wfinley.