Skip to content

Commit

Permalink
Update rendering.php
Browse files Browse the repository at this point in the history
  • Loading branch information
LEO318x authored Mar 4, 2018
1 parent 2206f63 commit 4db9223
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion partials/rendering.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ function atc_dp_render_portfolio_tags($printTags = true)
$platforms = get_the_terms($post, 'atc_dp_platforms');
if (!empty($platforms))
{
$tagsContent .= "<td class='border-table'>";
foreach ($platforms as $platform)
$tagsContent .= "<td class='border-table'><span class='atc_dp_portfolio-tag atc_dp_portfolio-tag-platform'>$platform->name</span></td></tr> ";
$tagsContent .= "&nbsp;&nbsp;&nbsp;<span class='atc_dp_portfolio-tag atc_dp_portfolio-tag-platform'>$platform->name</span>";
}
$tagsContent .= "</td></tr>";

$projectURL = get_post_meta($post->ID, 'atc_dp_project_URL');
if (!empty($projectURL))
Expand Down

0 comments on commit 4db9223

Please sign in to comment.