function myTheme_customize_use() {
?>
<style type="text/css">
a { color: <?php echo get_theme_mod('myTheme_link_color'); ?>;}
</style>
<?php
}
add_action('wp_head', 'myTheme_customize_use');
a { color: <?php get_theme_mod('myTheme_link_color'); ?>;}
add_action('wp_head', 'myTheme_customize_use');
написали в нутри функции$opt=get_option('show_on_front');
if($opt=='posts'){
if(!VABMoD('VAB_load_more')){if(function_exists('Brumer_Navigation_Pag')):Brumer_Navigation_Pag();else:posts_nav_link();endif;}
}
if(is_home()){
get_template_part('VAB_template_parts/post/VAB','excerpt');
}
else{
get_template_part('VAB_template_parts/page/VAB','index_page');
}
if(is_home()){
, а сделать подмену шаблона через add_filter('template_include' ...
, в котором у нас какая - либо разметка особая с пагинацией...$params=array('posts_per_page'=>4,'post_type'=>$PostsType,'paged'=>$current_page);
$query=new WP_Query($params);
$params=array('posts_per_page'=>$VAB_Num,'post_type'=>$PostsType,'paged'=>$current_page);
$query=new WP_Query($params);
public function render_content(){
if(is_array($this->palette)){
$palette=implode('|',$this->palette);
}else{
$palette=(false===$this->palette||'false'===$this->palette)?'false':'true';
}
$show_opacity=(false===$this->show_opacity||'false'===$this->show_opacity)?'false':'true';
if(isset($this->label)&&''!==$this->label){
echo '<span class="customize-control-title">'. sanitize_text_field($this->label).'</span>';
}
if(isset($this->description)&&''!==$this->description){
echo '<span class="description customize-control-description">'.sanitize_text_field($this->description).'</span>';
}
?>
<label>
<input class="alpha-color-control" type="text" data-show-opacity="<?php echo $show_opacity;?>" data-palette="<?php echo esc_attr($palette);?>" data-default-color="<?php echo esc_attr($this->settings['default']->default);?>" <?php $this->link();?>/>
</label><?php }
get_template_part('VAB_template_parts/post/VAB','excerpt');
А ставить плагин для управления плагинами - это как покупать автовозку для того чтоб на ней катать свои жигули и вы в салоне этих жигулей сидите
<script type="text/javascript" 'async="async" src="https://vk.com/js/api/openapi.js?162"></script>
if(!function_exists('VAB_add_async_attribute')){
function VAB_add_async_attribute($tag,$handle){
$handles=array('click','wow','pikaday','accord','tabs',);
foreach($handles as $defer_script){
if($defer_script===$handle){
return str_replace('src','async="async" src',$tag);
}}return $tag;}}
add_filter('script_loader_tag','VAB_add_async_attribute',10,2);
'brend'=>'ands'