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
5c4a3828
Commit
5c4a3828
authored
Jan 31, 2020
by
Stefan.Bruckner
Browse files
debug
parent
9597a5f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/visgroup/single-team.php
View file @
5c4a3828
...
...
@@ -47,11 +47,13 @@ the_post();
);
$head_query
=
new
WP_Query
(
$head_args
);
echo
"HERE1"
;
if
(
$head_query
->
have_posts
())
{
echo
"HERE2"
;
while
(
$head_query
->
have_posts
()
)
{
echo
"HERE3"
;
$head_query
->
the_post
();
echo
"Head <a href="
.
get_permalink
(
$head_query
->
ID
)
.
">"
.
get_the_title
(
$head_query
->
ID
)
.
"</a></li>"
;
}
...
...
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