$str = ' {custom category="1" template="shortstory" limit="6"} <a href="/" >Button </a> {custom category="1" template="shortstory" limit="6"}';
$array = array(
0 => array(
'category' = 1,
'template' = 'shortstory',
'limit' = 6,
),
1 => array(
'category' = 1,
'template' = 'shortstory',
'limit' = 6,
),
);
preg_match_all('#\{custom.*?\}#is', $str, $it);