'
' . __( 'Pages:' ,'brushed'),
'after' => '
',
'link_before' => '',
'link_after' => '',
'next_or_number' => 'number',
'separator' => ' ',
'nextpagelink' => __( 'Next page','brushed' ),
'previouspagelink' => __( 'Previous page','brushed' ),
'pagelink' => '%',
'echo' => 1
);
wp_link_pages( $defaults );
$com = 9;
if ($com==10){
comment_form();
language_attributes();
}
$defaults = array(
'default-color' => '',
'default-image' => '',
'wp-head-callback' => '_custom_background_cb',
'admin-head-callback' => '',
'admin-preview-callback' => ''
);
?>
";
}
?>
');
$body_link = substr(vp_option('vpt_option.body_font_preview'),0,$body_pos+1);
echo $body_link;
}?>
body{
font-family: ".vp_option('vpt_option.body_font_face').";
font-style: ".vp_option('vpt_option.body_font_style').";
font-weight: ".vp_option('vpt_option.body_font_weight').";
font-size: ".vp_option('vpt_option.body_font_size').";
line-height: ".vp_option('vpt_option.body_line_height').";
color: ".vp_option('vpt_option.body_color').";
}
.type-work {
color: ".vp_option('vpt_option.body_color').";
}
";
}
if (vp_option('vpt_option.menu_font_preview')){
$menu_pos = strpos(vp_option('vpt_option.menu_font_preview'),'>');
$menu_link = substr(vp_option('vpt_option.menu_font_preview'),0,$menu_pos+1);
echo $menu_link;
}?>
#menu-nav{
font-family: ".vp_option('vpt_option.menu_font_face').";
font-style: ".vp_option('vpt_option.menu_font_style').";
font-weight: ".vp_option('vpt_option.menu_font_weight').";
font-size: ".vp_option('vpt_option.menu_font_size').";
line-height: ".vp_option('vpt_option.menu_line_height').";
}
nav#menu #menu-nav li a {
color: ".vp_option('vpt_option.menu_color').";
";
}
?>
');
$h2_link = substr(vp_option('vpt_option.h2_font_preview'),0,$h2_pos+1);
echo $h2_link;
}?>
h2{
font-family: ".vp_option('vpt_option.h2_font_face').";
font-style: ".vp_option('vpt_option.h2_font_style').";
font-weight: ".vp_option('vpt_option.h2_font_weight').";
font-size: ".vp_option('vpt_option.h2_font_size').";
line-height: ".vp_option('vpt_option.h2_line_height').";
color: ".vp_option('vpt_option.h2_color').";
}
";
}?>
');
$h3_link = substr(vp_option('vpt_option.h3_font_preview'),0,$h3_pos+1);
echo $h3_link;
}?>
h3{
font-family: ".vp_option('vpt_option.h3_font_face').";
font-style: ".vp_option('vpt_option.h3_font_style').";
font-weight: ".vp_option('vpt_option.h3_font_weight').";
font-size: ".vp_option('vpt_option.h3_font_size').";
line-height: ".vp_option('vpt_option.h3_line_height').";
color: ".vp_option('vpt_option.h3_color')."!important;
}
";
}?>
>