The postpartum period is one of the most unique and transformative phases of a woman’s journey, but it’s also one of the most overlooked. After months of focusing on growing your baby, your own health can easily slip into the background. Between sleepless nights,...
Eating a variety of whole foods from all major food groups can help you, as an expectant mother, meet the recommendations for essential vitamins, minerals, and macronutrients, including protein, that nourish both mom and baby. Unfortunately, “foods to...
10 Iron Rich Recipes For Pregnancy According to The National Institute of Health, iron is an essential mineral our bodies need to complete routine, day-to-day functions. It is a necessary component of hemoglobin (Hgb) and myoglobin, which are both involved in the...
Amidst the sweet sunshine and tropical vibes of pineapple, is there a possibility to jumpstart your journey into motherhood? Well, the secrets of the pineapple-induced labor myth are spilling out, and I’m here to be your guide through this tantalizing maze of...
When you’re breastfeeding, it’s natural to have questions about what’s safe to eat. Your body is working hard to nourish your baby, and it makes sense to be cautious about anything that might affect your breastmilk. Since sushi is sometimes touted as a...
Sandwiches are perfect for on-the-go lunches, quick snacks, and more. However, while peanut butter and jelly or a turkey sandwich are great classics, it’s easy to get stuck in a “sandwich rut” if you don’t have other ideas in your back pocket....
/**
* 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 );