WordPress tagline help needed - it doesn't show up correctly on the top of the window

10 replies
  • WEB DESIGN
  • |
I am working on the last touch of one of my first business site 1JuteBag with its's blog A green idea a day. I was planning to launch it in the next two weeks. However, I noticed that the tagline of "1JuteBag" doesn't show up correctly on the top of the window. (while "1 green idea a day" works fine) Can any one please give me a hand?

Details: I was using "Natural Fashion Jute Bag Wholesale Site - above average quality, low minimum order quantity with affordable price." from "Setting" - "General" to "Tagline". It suppose to show up at the top of the window (as my first WordPress blog), and appear as the same text when mouse over the header area. However all I can see on the top of the window is "-1Jute Bag". It's different with the text when mouse over the header.

Has anyone had the sample problem before? what did you do to fix it? Thank you for your help!
#correctly #needed #show #tagline #top #window #wordpress
  • Profile picture of the author Mohsin Rasool
    Hi Jian,

    We need to know which THEME you are using at your wordpress blog?
    Whats the URL of the site, so i maybe can suggest you some tweak.

    If you do not want to share url in public you can PM me.

    Regards,
    Mohsin
    {{ DiscussionBoard.errors[6923411].message }}
    • Profile picture of the author Jian Lin
      Originally Posted by Mohsin Rasool View Post

      Hi Jian,

      We need to know which THEME you are using at your wordpress blog?
      Whats the URL of the site, so i maybe can suggest you some tweak.

      If you do not want to share url in public you can PM me.

      Regards,
      Mohsin
      Thank you for respond. Mohsin.

      I am sorry to respond you so late. I am new to this forum and didn't setup the auto subscribe to this thread. So I didn't even know I have respond till today. My site is 1JuteBagbotcom and the blog of the site is 1greenideaaday and the theme I am using is PRiNZ_SpiegelMagazine_pro
      {{ DiscussionBoard.errors[6932050].message }}
  • Profile picture of the author Dan Grossman
    The code that renders the <title> tag is typically in the header.php file of your theme. That's where to look.
    Signature
    Improvely: Built to track, test and optimize your marketing.

    {{ DiscussionBoard.errors[6923414].message }}
    • Profile picture of the author Jian Lin
      Originally Posted by Dan Grossman View Post

      The code that renders the <title> tag is typically in the header.php file of your theme. That's where to look.
      Thank you, Dan Grossman. I have never tried this before, but I will try it now. Thank you.
      {{ DiscussionBoard.errors[6932082].message }}
  • Profile picture of the author michealburns
    Just modify DashBoard -> Options -> General -> Tagline
    {{ DiscussionBoard.errors[6924910].message }}
    • Profile picture of the author Dan Grossman
      Originally Posted by michealburns View Post

      Just modify DashBoard -> Options -> General -> Tagline
      First, he said he did that in the first post. Second, changing the setting won't do a thing if the theme doesn't include the tagline in the title tag.
      Signature
      Improvely: Built to track, test and optimize your marketing.

      {{ DiscussionBoard.errors[6924928].message }}
      • Profile picture of the author Jian Lin
        Originally Posted by Dan Grossman View Post

        First, he said he did that in the first post. Second, changing the setting won't do a thing if the theme doesn't include the tagline in the title tag.
        Are you suggest that it didn't show up because of the theme design is not completed? Also, it's she not he :-)
        {{ DiscussionBoard.errors[6932068].message }}
      • Profile picture of the author Jian Lin
        Originally Posted by Dan Grossman View Post

        First, he said he did that in the first post. Second, changing the setting won't do a thing if the theme doesn't include the tagline in the title tag.
        Hello, Dan Grossman,

        Could you help me a little bit more if you can? Here is the text I found inbetween <title> with </title> from the header.php

        <?php
        echo ' <title>';
        if ( is_home() ) {
        // Blog's Home
        echo get_bloginfo('name') . ' &raquo; '; bloginfo('description') ;
        } elseif ( is_single() or is_page() ) {
        // Single blog post or page
        wp_title(''); echo ' - ' . get_bloginfo('name');
        } elseif ( is_category() ) {
        // Archive: Category
        echo get_bloginfo('name') . ' &raquo; '; single_cat_title();
        } elseif ( is_day() ) {
        // Archive: By day
        echo get_bloginfo('name') . ' &raquo; ' . get_the_time('d') . '. ' . get_the_time('F') . ' ' . get_the_time('Y');
        } elseif ( is_month() ) {
        // Archive: By month
        echo get_bloginfo('name') . ' &raquo; ' . get_the_time('F') . ' ' . get_the_time('Y');
        } elseif ( is_year() ) {
        // Archive: By year
        echo get_bloginfo('name') . ' &raquo; ' . get_the_time('Y');
        } elseif ( is_search() ) {
        // Search
        echo get_bloginfo('name') . ' &raquo; &lsaquo;' . wp_specialchars($s, 1) . '&rsaquo;';
        } elseif ( is_404() ) {
        // 404
        echo get_bloginfo('name') . ' &raquo; 404 - ERROR';
        } else {
        // Everything else. Fallback
        bloginfo('name'); wp_title();
        }
        echo '</title>';
        ?>

        I am sorry that I am not a tech person. Can you tell me where I should add the tagline at? Thank you very much!
        {{ DiscussionBoard.errors[6932117].message }}
    • Profile picture of the author Jian Lin
      Originally Posted by michealburns View Post

      Just modify DashBoard -> Options -> General -> Tagline
      Thank you, michealburns,

      I tried , but it didn't work. If you take a look at my 1greenideaaday, you will see its tagline works fine over there, but it just doesn't work with my main business site. It's strange.
      {{ DiscussionBoard.errors[6932063].message }}
  • Profile picture of the author locke815
    Try go to your editor and edit.
    {{ DiscussionBoard.errors[6925053].message }}

Trending Topics