function buy_store( $atts, $content = null ) {
extract(shortcode_atts(
array(
"steam" => '',
),
$atts));
if($steam) $steam_img="
\"Steam
";
if(!$steam) $steam_img="";
return '
'.$steam_img.'
';
}
add_shortcode( 'store', 'buy_store' );




tema_adi yazdığım yere tema klasörü adini yazin.