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
cab739a7
authored
2023-08-29 18:12:30 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
b01090ec
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/msf-child/blocks/relevant-resources/relevant-resources.php
wp-content/themes/msf-child/blocks/relevant-resources/relevant-resources.php
View file @
cab739a
...
...
@@ -94,7 +94,7 @@ foreach($posts as $post ) {
$term_list
=
$term
->
name
;
}
}
update_post_meta
(
$post
->
ID
,
'exclude_from_search'
,
0
);
//
update_post_meta($post->ID, 'exclude_from_search', 0 );
if
(
$post_type
==
'documents'
){
$link
=
get_post_meta
(
$post
->
ID
,
'document_link'
,
true
);};
echo
'<tr><td><div class="rel">'
;
if
(
$image
)
:
...
...
Please
register
or
sign in
to post a comment