Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Asmund.Birkeland
visgroup-webpages
Commits
5281f5eb
Commit
5281f5eb
authored
Nov 07, 2019
by
Juraj
Browse files
New section implemented in team.php
parent
2594d0d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/visgroup/team.php
View file @
5281f5eb
...
...
@@ -91,7 +91,7 @@ $team_posts = get_posts(array(
<?php
foreach
(
$team_posts
as
$post
)
:
setup_postdata
(
$post
);
if
(
get_field
(
'team_alumni'
))
{
if
(
get_field
(
'team_alumni'
)
||
get_field
(
'associated_project_members'
)
)
{
continue
;
}
// Resize and CDNize thumbnails using Automattic Photon service
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment