• Hi All,

    Really struggling here. I am using the Theme from Think Up Themes Ltd and at the bottom of my website they have included “Developed by Think Up Themes Ltd. Powered by WordPress” I want to remove both the texts:
    1. Developed by Think Up Themes Ltd.
    2. Powered by WordPress.

    I tried looking up on google to check for solution and found that we need to edit the footer.php file which will help remove this text.

    Below is the code that is there in my footer.php file but I have no clue on what to edit in this to get rid of that footer text.

    <?php
    /**
     * The template for displaying the footer.
     *
     * Contains the closing of the id="main-core".
     *
     * @package ThinkUpThemes
     */
    ?>
    
    		</div><!-- #main-core -->
    		</div><!-- #main -->
    
    		<?php /* Sidebar */ alante_thinkup_sidebar_html(); ?>
    	</div>
    	</div><!-- #content -->
    
    	<?php /* Call To Action - Outro */ alante_thinkup_input_ctaoutro(); ?>
    
    	<footer>
    		<?php /* Custom Footer Layout */ alante_thinkup_input_footerlayout();
    		echo	'<!-- #footer -->';  ?>
    		
    		<div id="sub-footer">
    		<div id="sub-footer-core">	
    		
    			<div class="copyright">
    			<?php /* === Add custom footer === */ alante_thinkup_input_copyright(); ?>
    			</div>
    			<!-- .copyright -->
    
    			<?php if ( has_nav_menu( 'sub_footer_menu' ) ) : ?>
    			<?php wp_nav_menu( array( 'depth' => 1, 'container_class' => 'sub-footer-links', 'container_id' => 'footer-menu', 'theme_location' => 'sub_footer_menu' ) ); ?>
    			<?php endif; ?>
    			<!-- #footer-menu -->
    
    		</div>
    		</div>
    	</footer><!-- footer -->
    
    </div><!-- #body-core -->
    
    <?php wp_footer(); ?>
    
    </body>
    </html>

    Can someone suggest what should I do? I am not a coder to do code changes easily. Any help is highly appreciated.

    Cheers

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Footer’ is closed to new replies.