Yummmm…who doesn’t love a delicious and refreshing smoothie? Whether made with milk, Greek yogurt, a milk alternative, or water as a base, smoothies are always a treat! Smoothies are also a scrumptious, nutrient dense, convenient, and healthy way for pregnant women to...
Fruit is a delicious (and nutritious) part of the pregnancy diet. Fruits are loaded with vitamins and minerals that are essential for a healthy pregnancy and a balanced diet. Choosing fresh and frozen fruits is ideal. But what dried fruits? Is this a good option for...
Not sure what to eat during the first trimester? You’re not alone. Many women struggle with nausea, bloating, and appetite loss in those early weeks, making it tough to prioritize nutrition. It often feels like survival mode is the only mode during the first...
I’m sure we’ve all heard by now just how important breakfast is and how we shouldn’t skip this meal; this is definitely more true during pregnancy. This first meal kick starts the day for you, hopefully in a good way. It supplies your body with the energy it needs to...
Avocados are packed full of nutrients and are among some of the best foods you can eat during pregnancy and preconception! They are known for having a good amount of vitamins, monounsaturated fat, dietary fiber, folate, and more! Avocados are one of the many...
Eating nourishing foods during pregnancy is vital for both mother and baby. However, pregnancy hormones and other factors can lead to nausea, vomiting, and food aversions, making it tricky to maintain a balanced diet. Fruit smoothies offer a delicious and often...
/**
* Remove 'nofollow' from the cancel comment reply link ('.cancel-comment-reply-link').
*/
function my_remove_nofollow_cancel_link( $formatted_link, $link, $text ) {
// The cancel link typically uses double quotes for rel="nofollow"
return str_replace( 'rel="nofollow"', '', $formatted_link );
}
add_filter( 'cancel_comment_reply_link', 'my_remove_nofollow_cancel_link', 10, 3 );/**
* Remove 'nofollow' from the comment reply link ('.comment-reply-link').
*/
function my_remove_nofollow_reply_link( $link, $args, $comment, $post ) {
// The comment reply link can use single quotes for rel='nofollow'
return str_replace( "rel='nofollow'", '', $link );
}
add_filter( 'comment_reply_link', 'my_remove_nofollow_reply_link', 100, 4 );