Maya, Worry is negative guided imagery. When we allow our minds to imagine what “could” happen, it is nothing more than negative guided imagery. Our worries are not real, but worrying will rob you of your life. The fact is most of your worries will never happen, and worrying will only keep you living in a state of fear and uncertainty. Worry creates incredible stress chemicals and will make you sick. Wouldn’t you rather live in a state of confidence and happiness? Every time you worry, stop immediately and say a one-to-five word affirmation to stop this nasty habit. Worry is nothing but a bad habit that does nothing good for your life. When I began to worry, I smile and say, “I am so grateful for my life.” Gratitude is an antidote to worry.
$url = urlencode(get_permalink());
// Get current page title
$title = str_replace(' ', '%20', get_the_title());
$blog_title = get_bloginfo('name');
?>
// echo "TEST2222";
// echo "thii si content single.php";
$youtube = get_post_custom_values($key = "youtube_id");
$aivid = get_post_custom_values($key = "aivideo");
$ylen = strlen($youtube[0]);
$alen = strlen($aivideo[0]);
// echo ("ylen = " . $ylen . " . and alen=" . $alen);
//echo "keyname youtube= ". $youtube[0];
$hidePostPic = "n";
$fb = get_post_custom_values($key = "fbvideo");
//echo "keyname fb= ". $fb[0];
//echo "hide pic?" . $hidePostPic;
$theip = $_SERVER['REMOTE_ADDR'];
if (!empty($youtube[0])) {
$hidePostPic = "yyes";
?>
}
if (!empty($aivid[0])) {
$hidePostPic = "yyes";
?>
}
?>
Share this:
How can I stop worrying?
// echo "checking last hide pic?" . $hidePostPic;
if($hidePostPic == "n") {
echo get_the_post_thumbnail( get_the_ID(), 'large' );
}
?>