Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MSF
/
msf-climate-hub
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
50aa63ba
authored
2023-11-10 14:46:28 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
qa
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
924efdfe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/msf-child/inc/shortcodes.php
wp-content/themes/msf-child/inc/shortcodes.php
View file @
50aa63b
...
...
@@ -58,7 +58,7 @@ function list_media($atts){
foreach
(
$pages
as
$page
){
$exclude_from_search
=
get_post_meta
(
$page
->
ID
,
'exclude_from_search'
,
true
);
if
(
$exclude_from_search
==
'0'
){
?>
<a
href=
'
<?php
echo
get_permalink
(
$page
->
ID
);
?>
'
>
<a
href=
'
<?php
echo
wp_get_attachment_url
(
$page
->
ID
);
?>
'
>
<?=
get_the_title
(
$page
->
ID
)
?>
</a><br><br>
<?php
}
...
...
Please
register
or
sign in
to post a comment