Sponsors Box
<?php if(function_exists('sidebar_sponsor_box')) { sidebar_sponsor_box(); }?> to THEME->sidebar.php.THEME->single.php/page.php, Add the "<?php if(function_exists('sponsor_box')) { sponsor_box(); }?>" to correct place, or embed shortcode [sponsorbox] in post/page content.Advanced Mode: Just display the simplye Donate Form/Sponsor Cloud, not any display style.
<?php if(function_exists('donate_form')) { donate_form("Type",[size]); }?><?php if(function_exists('show_sponsor')) { show_sponsor("Type"); }?>Type "global" or "post" applications range. "globel" Play a role in the whole site; "post" Play in The current post/page.size The form input width size,default is "40".Text Link ADs
THEME->sidebar.php, Add the <h2>Text Link ADs</h2><?php if(function_exists('sidebar_textads')) { sidebar_textads(); }?> to correct place.THEME->single.php/page.php, Add the "<h2>Taxt Link ADs for This Page</h2><?php if(function_exists('textads')) { textads(); }?>" to correct place, or embed shortcode [textads] in post/page content.textads_price(Text Link ADs price /unit for this page).textads_unit (The days of one unit).My Target
THEME->sidebar.php, Add the <h2>My Target</h2>{Target discription.}<?php if(function_exists('sidebar_mytarget')) { sidebar_mytarget(); }?> to correct place.THEME->single.php/page.php, Add the "<h2>My Target</h2>{Target discription.}<?php if(function_exists('mytarget')) { mytarget(); }?>" to correct place, or embed shortcode [mytarget] in post/page content.target_price(My Target price for this page).target_initial_value(initial My Target paid amount '< target_price' for this page)



