Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • fmedia Friend
    #158796

    I want my site <title> to be different then the one it appears down in the footer.
    http://www.znanost.com/

    I want my title to have multiple words but the footer will get all messed up.

    aman204 Friend
    #372014

    For footer title to be changed as per your preference, You can change this in templates/ja_teline_iv/blocks/footer.php file::

    <div id=”ja-footlogo” >
    <a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
    </div>

    to

    <div id=”ja-footlogo” >
    <a href=”index.php” title=”<?php echo $siteName; ?>”><span>Your preferred title</span></a>
    </div>

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  aman204 13 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum