NewsUp Theme Custom Design

 Header Advartisement 

header.php
Line number 52 

<?php if (function_exists ('adinserter')) echo adinserter (2); ?>



footer,php
line number 74-138 remove



 <!--Start mg-footer-widget-area-->
                <div class="mg-footer-bottom-area">
                    <div class="container-fluid">
                        <div class="divide-line"></div>
                        <div class="row">
                            <!--col-md-4-->
                            <div class="col-md-6">
                               <?php the_custom_logo(); 
                               if (display_header_text()) : ?>
                              <div class="site-branding-text">
                              <h1 class="site-title"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo('name'); ?></a></h1>
                              <p class="site-description"><?php bloginfo('description'); ?></p>
                              </div>
                              <?php endif; ?>
                            </div>
                             <?php 
                              $footer_social_icon_enable = esc_attr(get_theme_mod('footer_social_icon_enable','true'));
                              if($footer_social_icon_enable == true)
                              {
                              $newsup_footer_fb_link = get_theme_mod('newsup_footer_fb_link');
                              $newsup_footer_fb_target = esc_attr(get_theme_mod('newsup_footer_fb_target','true'));
                              $newsup_footer_twt_link = get_theme_mod('newsup_footer_twt_link');
                              $newsup_footer_twt_target = esc_attr(get_theme_mod('newsup_footer_twt_target','true'));
                              $newsup_footer_lnkd_link = get_theme_mod('newsup_footer_lnkd_link');
                              $newsup_footer_lnkd_target = esc_attr(get_theme_mod('newsup_footer_lnkd_target','true'));
                              $newsup_footer_insta_link = get_theme_mod('newsup_footer_insta_link');
                              $newsup_footer_insta_target = esc_attr(get_theme_mod('newsup_footer_insta_target','true'));
                              $newsup_footer_youtube_link = get_theme_mod('newsup_footer_youtube_link');
                              $newsup_footer_youtube_target = esc_attr(get_theme_mod('newsup_footer_youtube_target','true'));
                              $newsup_footer_pinterest_link = get_theme_mod('newsup_footer_pinterest_link');
                              $newsup_footer_pinterest_target = esc_attr(get_theme_mod('newsup_footer_pinterest_target','true'));
                              ?>
                            <div class="col-md-6 text-right text-xs">
                                
                            <ul class="mg-social">
                                    <?php if($newsup_footer_fb_link !=''){?>
                                    <li><span class="icon-soci facebook"><a <?php if($newsup_footer_fb_target) { ?> target="_blank" <?php } ?>href="<?php echo esc_url($newsup_footer_fb_link); ?>"><i class="fa fa-facebook"></i></a></span> </li>
                                    <?php } if($newsup_footer_twt_link !=''){ ?>
                                    <li><span class="icon-soci twitter"><a <?php if($newsup_footer_twt_target) { ?>target="_blank" <?php } ?>href="<?php echo esc_url($newsup_footer_twt_link);?>"><i class="fa fa-twitter"></i></a></span></li>
                                    <?php } if($newsup_footer_lnkd_link !=''){ ?>
                                    <li><span class="icon-soci linkedin"><a <?php if($newsup_footer_lnkd_target) { ?>target="_blank" <?php } ?> href="<?php echo esc_url($newsup_footer_lnkd_link); ?>"><i class="fa fa-linkedin"></i></a></span></li>
                                    <?php } 
                                    if($newsup_footer_insta_link !=''){ ?>
                                    <li><span class="icon-soci instagram"><a <?php if($newsup_footer_insta_target) { ?>target="_blank" <?php } ?> href="<?php echo esc_url($newsup_footer_insta_link); ?>"><i class="fa fa-instagram"></i></a></span></li>
                                    <?php }
                                    if($newsup_footer_youtube_link !=''){ ?>
                                    <li><span class="icon-soci youtube"><a <?php if($newsup_footer_youtube_target) { ?>target="_blank" <?php } ?> href="<?php echo esc_url($newsup_footer_youtube_link); ?>"><i class="fa fa-youtube"></i></a></span></li>
                                    <?php } 
                                    if($newsup_footer_pinterest_link !=''){ ?>
                                    <li><span class="icon-soci pinterest"><a <?php if($newsup_footer_pinterest_target) { ?>target="_blank" <?php } ?> href="<?php echo esc_url($newsup_footer_pinterest_link); ?>"><i class="fa fa-pinterest-p"></i></a></span></li>
                                    <?php } ?>
                             </ul>
                            </div>
                            <!--/col-md-4-->  
                            <?php } ?> 
                        </div>
                        <!--/row-->
                    </div>
                    <!--/container-->
                </div>
                <!--End mg-footer-widget-area-->

footer copy right remove
line number 80-92 replace below code

<p>
@AllRights Reserved ||
<a href="https://www.allodiasongs.com/">
Design By Kanha
</a>
<span class="sep"> || </span>
Theme By : <a href="https://themeansar.com/" rel="designer">Themeansar</a>. 
</p>



Additional Css For AllOdiaSongs


.mg-blog-category a
{
display:none !important;
}
.mg-content{
display:none;
}
.mg-blog-meta a{
color:black;
}
.mg-nav-widget-area-back {
    background: none !important;
    background-color: #fff !important;
}
.mg-nav-widget-area-back .inner {
    background: none !important;
}
.entry-title {
}

Post a Comment

0 Comments