/*
Plugin Name: Sticky Note Ads
Plugin URI: http://resell-rights-weekly.com
Description: Grab their attention with clever, colorful, and completely customizable ads that instantly draw the eye!
Version: 9.1.0.3
Author: RRW
Author URI: http://resell-rights-weekly.com
Stable tag: 9.1.0.3
*/
// Define constants
if(!defined('__DIR__')) {
define( 'PM_SNADS_DIR', plugin_dir_url( __FILE__) );
define( 'PM_SNADS_PATH', dirname( __FILE__) );
} else {
define( 'PM_SNADS_DIR', WP_PLUGIN_URL.'/'.basename(__DIR__) );
define( 'PM_SNADS_PATH', WP_PLUGIN_DIR.'/'.basename(__DIR__) );
}
define( 'PM_SNADS_WP_DIR', get_bloginfo('wpurl') );
define( 'PM_SNADS_PLUGIN_NAME', 'Sticky Note Ads' );
define( 'PM_SNADS_VERSION', '9.1.0.3' );
$pm_snads_opts = get_option( 'pm_snads_options' );
//register_activation_hook( __FILE__, 'pm_snads_activate' );
function pm_snads_activate() {
$pm_snads_options = array(
'ads' => '',
'homepagead' => 'disabled',
'postadselect' => 'disabled',
'pageadselect' => 'disabled',
'categoryad' => 'disabled',
'cookie' => '30',
'disable_cookie' => 0,
'del_opt_settings' => 0,
);
if( !get_option('pm_snads_options') ){
update_option('pm_snads_options', $pm_snads_options );
}
}
include('modules/settings-api-tabbed.php');
include('modules/class.popup-options.php');
include('modules/functions.php');
include('modules/utility.php');
include('modules/meta_box.php');
?>
/*
Plugin Name: LeadsLeap PopupXpert ID 7185
Plugin URI: http://www.leadsleap.com/popupxpert/
Description: This plugin automatically adds the JS code generated at www.leadsleap.com/popupxpert into your wordpress blog.
Version: 2.0
Author: LeadsLeap
*/
if( !function_exists("add_widget7185_to_endofpost")){
function add_widget7185_to_endofpost($content) {
if (is_single() || is_page()) {
$ih = ( is_home() == true ? 1 : 0 );
$if = ( is_front_page() == true ? 1 : 0 );
$is = ( is_single() == true ? 1 : 0 );
$ip = ( is_page() == true ? 1 : 0 );
$postid = get_the_ID();
$cats = get_the_category( $postid );
if($cats){
foreach($cats as $cat)
{
$catArr[] = $cat->cat_name;
}
$catList = implode(',',$catArr);
}
$code = "";
$code = str_replace("\'","'",$code);
$content .= $code;
}
return $content;
}
}
if( !function_exists("add_widget7185_to_footer")){
function add_widget7185_to_footer() {
if (!is_single() && !is_page()) {
$ih = ( is_home() == true ? 1 : 0 );
$if = ( is_front_page() == true ? 1 : 0 );
$ic = ( is_category() == true ? 1 : 0 );
$it = ( is_tag() == true ? 1 : 0 );
$ix = ( is_tax() == true ? 1 : 0 );
$ia = ( is_author() == true ? 1 : 0 );
$id = ( is_date() == true ? 1 : 0 );
$i4 = ( is_404() == true ? 1 : 0 );
?>
;
}
}
}
add_filter( 'the_content', 'add_widget7185_to_endofpost' );
add_action( 'wp_footer', 'add_widget7185_to_footer' );
?>
Goals Archives » More Income 4 U
<
Skip to content
You’re probably trying to figure out where I am going now. We were just talking about a new way of thinking was needed and now we are going into talking about financial goals. Don’t worry we are not off track at all. I just want to use this to show you that indeed we have […]
In our last lesson, we talked about setting a business goal for yourself. Let us continue from where we left off… Your business goal comes from your mission statement. Your mission statement is nothing more than what you plan to accomplish. Your goals are how you plan to accomplish it. Your business goals need to […]
After you have a clear vision in your mind it is time to make that vision come to life. You need to know how you are going to get things started while having a long term goal as well in place. You need to have step one in place and how and who will be […]