Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2011
    Posts
    124
    Plugin Contributions
    0

    Default Browser Page Title and Tag Line Question

    In one browser window when my site is open, it has Pawsome Dogs, SITE_TAGLINE on the browser tab, and on the top left corner of the browser window.

    In another browser on another computer it has TITLE, SITE_TAGLINE in the two places.

    The code I changed in meta_tags.php:

    PHP Code:

    // page title
    define('Pawsome Dogz''Haute designs for pawsome dogz');

    // Site Tagline
    define('Pawsome Dogz''Haute designs for pawsome dogz'); 
    Is there somewhere else I am supposed to change the meta tag information so it works with the browsers?

    Thanks and HUGz! Jules

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Browser Page Title and Tag Line Question

    That should be
    Code:
    // page title
    define('TITLE', 'Pawsome Dogz');
    
    // Site Tagline
    define('SITE_TAGLINE', 'Haute designs for pawsome dogz');
    Never replace constants which are in this case

    Code:
    'TITLE'
    and
    'SITE_TAGLINE'
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jan 2011
    Posts
    124
    Plugin Contributions
    0

    Default Re: Browser Page Title and Tag Line Question

    Man, I should have known that.

    Thanks again Kobra!

    HUGz! Jules

 

 

Similar Threads

  1. v139h Title Tag Question
    By traytray in forum Customization from the Admin
    Replies: 1
    Last Post: 14 Mar 2013, 01:27 PM
  2. Tag Line and Page Title??
    By Harvezter in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 Jul 2010, 01:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg