From: Steve Sutton Date: Wed, 2 Dec 2015 21:20:47 +0000 (-0500) Subject: Update detail template X-Git-Tag: v0.2.2^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=17113ca8d096558da860384b18f6ad0422de3359;p=WP-Plugins%2Fstaffords-employment.git Update detail template Adding strong tag around the properties and categories labels. --- diff --git a/views/front/jobDetail.php b/views/front/jobDetail.php index 066c72d..77e9b7b 100644 --- a/views/front/jobDetail.php +++ b/views/front/jobDetail.php @@ -6,14 +6,14 @@

post_title; ?>

staffords_jobs_property) : ?> -
- staffords_jobs_property ) > 1 ) ? 'Properties:' : 'Property:' ?> +
+ staffords_jobs_property ) > 1 ) ? 'Properties:' : 'Property:' ?> staffords_jobs_property);?>
staffords_jobs_category) : ?> -
- staffords_jobs_category ) > 1 ) ? 'Categories:' : 'Category:' ?> +
+ staffords_jobs_category ) > 1 ) ? 'Categories:' : 'Category:' ?> staffords_jobs_category);?>