Quit Smoking Fast: 3 Proven Steps to Kicking the Habit
Kicking the smoking habit can be one of the most difficult things to do, but it doesn’t have to be. With a few key steps and a plan in … source
Read more/* * Add your custom functions here * so that it will not be affected when the parent theme is updated. */ add_action( 'wp_enqueue_scripts', 'pmdarkred_enqueue_styles' ); function pmdarkred_enqueue_styles() { wp_enqueue_style( 'pmthemes-stylesheet', get_template_directory_uri() . '/style.css' ); wp_enqueue_style('pmdarkred-stylesheet', get_stylesheet_uri()); } add_theme_support('custom-background', array( 'default-color' => '#ddd', 'default-attachment' => 'fixed', 'default-image' => get_stylesheet_directory_uri() . '/images/bg.png')); // Includes require_once( get_stylesheet_directory() . '/inc/guide.php' ); // Enable body class for this child theme add_filter( 'body_class', 'pmthemes_child_body_classes' ); function pmthemes_child_body_classes( $classes ) { $theme_options = pmthemes_theme_options(); if ( isset($theme_options['topnav_down']) and $theme_options['topnav_down'] == false ) : $classes[] = 'natty'; endif; return $classes; } // Enable Replace Affiliate Links under ADS Settings tab function replaceable_affiliate_links() { return; } // Enable Custom eBook Store /*function custom_ebook_store() { return; }*/
Kicking the smoking habit can be one of the most difficult things to do, but it doesn’t have to be. With a few key steps and a plan in … source
Read more
This is a video tutorial on How to Quit Smoking FAST. I have mapped out some of the key strategies to help you quit smoking FAST! Certain medication such as … source
Read more
Here is your weekly Tapping Tuesday Stress Relief Video! I hope this helps to ease whatever you are struggling with ⭐Grab your FREE 5-Minute Stress Relief … source
Read more