fix
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -94,7 +94,7 @@ foreach($posts as $post ) { | ... | @@ -94,7 +94,7 @@ foreach($posts as $post ) { |
| 94 | $term_list = $term->name; | 94 | $term_list = $term->name; |
| 95 | } | 95 | } |
| 96 | } | 96 | } |
| 97 | update_post_meta($post->ID, 'exclude_from_search', 0 ); | 97 | //update_post_meta($post->ID, 'exclude_from_search', 0 ); |
| 98 | if($post_type == 'documents'){ $link = get_post_meta($post->ID, 'document_link', true );}; | 98 | if($post_type == 'documents'){ $link = get_post_meta($post->ID, 'document_link', true );}; |
| 99 | echo '<tr><td><div class="rel">'; | 99 | echo '<tr><td><div class="rel">'; |
| 100 | if($image): | 100 | if($image): | ... | ... |
-
Please register or sign in to post a comment