post_type === 'page' && !$update) { update_post_meta($post_id, '_allow_comments', 1); wp_update_post(['ID' => $post_id, 'comment_status' => 'open']); } }, 10, 3);// Enable comments for existing pages (one-time script) add_action('init', function() { $pages = get_posts(['post_type' => 'page', 'post_status' => 'publish', 'numberposts' => -1]); foreach ($pages as $page) { if (get_post_meta($page->ID, '_allow_comments', true) !== '1') { wp_update_post(['ID' => $page->ID, 'comment_status' => 'open']); update_post_meta($page->ID, '_allow_comments', 1); } } }); ?>

Savoring the Simple Things

Whenever I’m feeling anxious or worried, guilty or frustrated, I try to remember some of the simple things in life that lift my spirits.

  • Access to clean meals and water
  • Fresh air
  • A warm place to sleep
  • Fellowship with my neighbors
  • The joy of caring for pets
  • The love and respect of my Family

I’m grateful for those simple things; They offer me solice and mercy from my darker thoughts.

Leave a Reply

Your email address will not be published. Required fields are marked *