equal
deleted
inserted
replaced
27 $terms = get_the_term_list( $post->ID,'portfolio_categories', '', ', '); |
27 $terms = get_the_term_list( $post->ID,'portfolio_categories', '', ', '); |
28 $terms = strip_tags( $terms ); |
28 $terms = strip_tags( $terms ); |
29 ?> |
29 ?> |
30 <p><?php echo $terms; ?></p> |
30 <p><?php echo $terms; ?></p> |
31 <div class="dotted-line"></div> |
31 <div class="dotted-line"></div> |
32 <p class="item-text"><?php echo get_the_content(); ?></p> |
32 <!--p class="item-text"--><?php /*echo get_the_content();*/ ?><!--/p--> |
|
33 <p class="portfolio-post" style="font-family: 'Lato', arial, serif; color: #1b1b1b; line-height: 1.6; font-size: 14px; font-style: normal; text-align: justify;"><?php echo get_the_content(); ?></p> |
33 <?php |
34 <?php |
34 if (!empty($portfolioURL)) |
35 if (!empty($portfolioURL)) |
35 { |
36 { |
36 ?> |
37 ?> |
37 <div class="url-stuff fl" style="margin-top: 0;margin-right:5px;"> |
38 <div class="url-stuff fl" style="margin-top: 0;margin-right:5px;"> |