Notice: Undefined variable: echocatlinks in /home/tdmayak/web/tdmayak.ru/public_html/wp-content/themes/mayak/page-2.php on line 33
$args = array(
'type' => 'post',
'child_of' => '21',
'orderby' => 'name',
'order' => 'ASC',
'hierarchical' => false,
'hide_empty' => false,
'pad_counts' => false );
$categories = get_categories( $args );
foreach ($categories as $cat) {
if(!(preg_match("/(?<=\-wtp\-)(\s+)[A-z0-9А-я-.\s]+/u", $cat->name, $matches)))
{
if ($cat->term_id!=$curcat)
{
echo '
';
}
else
{
echo '
'.preg_replace('#-\d+-\s+([^"<]+)#si', '\\1', $cat->name).'