• Hello , my problem is that i can′t change the copyright in the footer.php . how can i do it without using a child theme etc. something easier ?!

    have a look on this

    <?php
     /**
     * The template for displaying the footer.
     *
     *
     * @package Customizr
     * @since Customizr 3.0
     */
    ?>
    		<?php tc__f('rec' , __FILE__ , __FUNCTION__ ); ?>
    
    		<?php do_action( '__before_footer' ); ?>
    
    			<!-- FOOTER -->
    			<footer id="footer">
    			 	<?php do_action( '__footer' ); // hook of footer widget and colophon?>
    
    			</footer>
    
    		<?php wp_footer(); //do not remove, used by the theme and many plugins?>
    
    		<?php do_action( '__after_footer' ); ?>
    
    	</body>
    
    </html>

    thanks a lot !

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘copyright customizr !?’ is closed to new replies.