Support » Fixing WordPress » To make Annotum Tagline Visible?

  • I should be able to see my tagline, but I cannot. I have looked everywhere, including the css editor to no avail.

    Would someone please show me or teach ne how to do this? I would be extremely grateful.

    Thank you.

    Mike Perazzetti

Viewing 6 replies - 1 through 6 (of 6 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter mikeperazzetti

    (@mikeperazzetti)

    I have not tried any of those things. I can tomorrow. However, I have a feeling that ut is Annotum itself since that tagline, even before the few plugins I installed, was never visible.

    If anyone knows which code this is controlled by and where and how to fix this, that would do the trick.

    it seems that the description never gets output in the theme;

    edit /header/header-default.php, locate:

    <h1 id="site-name"><a href="<?php echo home_url(); ?>/" title="Home" rel="home"><?php bloginfo('name') ?></a></h1>

    possibly add the site description output after this line;
    example:

    <h3 id="site-description"><?php bloginfo('description') ?></h3>

    which html tag and css class you use is up to you…
    you will need to format this with some new styles in style.css

    Thread Starter mikeperazzetti

    (@mikeperazzetti)

    Thank you. I will try that as soon as I have a free moment tomorrow morning. However a quick look at that header Php file shows me none of the code that you were so kind to paste above. Is it possibly located in another named file?

    the file is header-default.php in the subfolder /header/ of your theme.

    you might need to use ftp to edit it – http://codex.wordpress.org/Editing_Files

    Thread Starter mikeperazzetti

    (@mikeperazzetti)

    Thank you. I will look into it as soon as I can. That was indeed the file I looked in. And that seeing wast there. I will look via ftp but is there any chance that there will be more code available that way and that the back end of wordpress is hiding it for sonera reason?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘To make Annotum Tagline Visible?’ is closed to new replies.