Beauvie
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Fixing WordPress
In reply to: How to remove proudly powered by wordpress theme by WP BlogThis is how it worked for me:
[ Moderator note: Code fixed, please wrap code in backticks or use the code button. ]
<?php /** * The template for displaying the footer * * @package WordPress * @subpackage Jolene * @since Jolene 1.0 */ if ( is_page_template( 'page-templates/front-page.php' ) || is_front_page() ) : get_sidebar('home-bottom-content'); endif; ?> </div><!-- .content --> <div class="clear"></div> </div><!-- .site-content --> <?php get_sidebar('before-footer'); ?> <footer id="colophon" class="site-footer"> <?php do_action('jolene_footer_menu'); ?> <?php if ( get_theme_mod( 'is_show_footer_menu', '1' ) == '1' ) : ?> <div id="footer-navigation" class="nav-container"> <nav id="menu-4" class="horisontal-navigation" role="navigation"> <h3 class="menu-toggle"><?php _e( 'Menu', 'jolene' ); ?></h3> <?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_class' => 'nav-horizontal' ) ); ?> </nav> <div class="clear"></div> <?php else : ?> <div class="empty-menu"></div> <?php endif; ?> <div class="clear"></div> <?php get_sidebar('footer'); ?> <?php do_action('yourname_site_info'); ?> <div class="site-info"> <a>"><? php printf( __( '© My client | My companyname', 'jolene' ), 'WordPress' ); ?></a><?php esc_html( _e( ' theme ', 'jolene' ) ); ?><a href="<?php echo esc_url( 'http://wpblogs.ru/' ); ?>">WP Blogs </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page -->Forum: Themes and Templates
In reply to: remove text from footer Jolene themeI’d like to customize it…
Forum: Plugins
In reply to: [WP-DBManager] error 550 backup-db no such file or directoryI have the same problem (don’t know if I had it before but after installing plugin WP-DBmanager I have a message that I should move htacces file
Viewing 3 replies - 1 through 3 (of 3 total)