• How do I remove powered by wordpress in Auberge?

    This is the footer>

    <?php
    /**
     * Website footer template
     *
     * @package    Auberge
     * @copyright  2015 WebMan - Oliver Juhas
     * @version    1.0
     */
    
    	if ( ! apply_filters( 'wmhook_disable_footer', false ) ) {
    
    		/**
    		 * Content
    		 */
    
    			wmhook_content_bottom();
    
    			wmhook_content_after();
    
    		/**
    		 * Footer
    		 */
    
    			wmhook_footer_before();
    
    			wmhook_footer_top();
    
    			wmhook_footer();
    
    			wmhook_footer_bottom();
    
    			wmhook_footer_after();
    
    	} // /wmhook_disable_footer
    
    	/**
    	 * Body and WordPress footer
    	 */
    
    		wmhook_body_bottom();
    
    		wp_footer();
    
    ?>
    
    </body>
    
    </html>

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

Viewing 4 replies - 16 through 19 (of 19 total)
Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘How do I remove powered by wordpress in Auberge’ is closed to new replies.