Merhaba arkadaşlar temada düzenleme yapmam gerekiyor. YENİ YAZILAR bölümünü kaldırıp menü yada sayfaları eklemek istiyorum yardım edermisiniz.


Tema : Wordpress point



Header kodu :

/**
* The template for displaying the header.
*
* Displays everything from the doctype declaration down to the navigation.
*/
?>

>



<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-81214289-1', 'auto');
ga('send', 'pageview');

</script>














>
$point_button_section = get_theme_mod('point_button_section', '1');
$point_button_bg_color = get_theme_mod('point_button_bg_color');
$point_button_text = get_theme_mod('point_button_text', 'Download!');
$point_button_url = get_theme_mod('point_button_url');
$point_bottom_text = get_theme_mod('point_bottom_text','Download Point responsive WP Theme for FREE!');
$point_header_ad_code = get_theme_mod('point_header_ad_code');
$trending_section = get_theme_mod('point_trending_section', '1');
$trending_cat_names = get_theme_mod('point_trending_cat', '1');
$featured_section = get_theme_mod('point_feature_setting', '1');
$feature_cat_names = get_theme_mod('point_feature_cat', '1');
?>

























if( $featured_section == '1' && isset($feature_cat_names) ) {
if(is_home() && !is_paged()) { ?>

// prevent implode error
if (empty($feature_cat_names) || !is_array($feature_cat_names)) {
$feature_cat_names = array('0');
}
$feature_cat_name = implode(",", $feature_cat_names);
$featured_query = new WP_Query('category_name='.$feature_cat_name.'&posts_per_page=4');
while ($featured_query->have_posts()) : $featured_query->the_post(); ?>