WinstonKing
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove ''WordPress'' word from browser tab?I found the solution (self-solution). I want to write here for the other users.
Go to wp-admin>admin-header.php and find this:
if ( is_network_admin() ) $admin_title = sprintf( __( 'Network Admin: %s' ), esc_html( get_current_site()->site_name ) ); elseif ( is_user_admin() ) $admin_title = sprintf( __( 'Global Dashboard: %s' ), esc_html( get_current_site()->site_name ) ); else $admin_title = get_bloginfo( 'name' ); if ( $admin_title == $title ) $admin_title = sprintf( __( '%1$s — WordPress' ), $title ); else $admin_title = sprintf( __( '%1$s ‹ %2$s — WordPress' ), $title, $admin_title );Delete ”WORDPRESS” texts and save it.
Forum: Fixing WordPress
In reply to: How to remove ''WordPress'' word from browser tab?I can not understand how a support forum is this!!!
User writes 2 words and gets 6-7 answers in 4-5 minutes.
I wrote a good title, it’s easy and understandable good but no answer!!!
What must i do? Bad title? Absurd title? Buuu!! This is a very bad support forum!!
Forum: Plugins
In reply to: How to translate ''Existing Users Log In'' and other Eng.texts into my lang.?no answer?
Forum: Themes and Templates
In reply to: [Moesia] I can not add two buttons in login.php!I understand thanks but no answer for my question in genral support forums. See ya! 🙂
Forum: Themes and Templates
In reply to: I can not add two buttons in login.php!Nobody help????
Forum: Themes and Templates
In reply to: I can not add two buttons in login.php!The screenshot
http://s11.postimg.org/mqo3nz8dv/capture_20150206_122252.pngOh My God! Yeees!!! I coudn’t see it before!!!!!!! i dont know how to thank you. You are number one!!!!! I never see it before in settings. Thanks thanks thanks! The problem is resolved absolutely! 🙂
Codes that i see about logo but how can i change it?
<div class=”welcome-info”>
<?php if ( get_theme_mod(‘header_logo’) ) : ?>
<img class=”welcome-logo wow bounceInDown” src=”<?php echo esc_url(get_theme_mod(‘header_logo’)); ?>” />I want to put an image to the place of title. I tried somethings from internet. They say ” change some codes in header.php but can not do it. Please, if there is a way to change, please share! 🙂