Results 1 to 5 of 5
  1. #1

    Default removing site title from homepage

    hello,

    i would like to remove the title from the home page
    PHP Code:
    <?php
    /**
     * @package languageDefines
     * @copyright Copyright 2003-2005 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: meta_tags.php 4273 2006-08-26 03:13:52Z drbyte $
     */

    // page title
    define('TITLE''Big Money Part Time');
    is there a simple solution in the admin area? or do i edit the header file (where is this file)

  2. #2
    Join Date
    Jan 2009
    Location
    Ireland
    Posts
    431
    Plugin Contributions
    0

    Default Re: removing site title from homepage


  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: removing site title from homepage

    If you mean in the browser bar, it's here:

    https://www.zen-cart.com/tutorials/index.php?article=17

  4. #4

    Default Re: removing site title from homepage

    well i have removed edit this line before and I get a , before the tagline. this is what the file looks like
    PHP Code:
    // page title
    define('TITLE'''); 
    would i need to delete the second pair of ' ' like
    PHP Code:
    // page title
    define('TITLE',); 

  5. #5
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: removing site title from homepage

    That tutorial worked on my test site. Be sure you save the edited meta_tags.php file to includes/languages/english/custom and not includes/languages/custom, as I did the first time .

 

 

Similar Threads

  1. Removing New Products for Month from homepage
    By rivs in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Apr 2010, 02:55 AM
  2. Removing site wide TITLE content
    By Dunk in forum General Questions
    Replies: 6
    Last Post: 22 Feb 2010, 08:05 PM
  3. removing sold out symbol from homepage?
    By james739 in forum General Questions
    Replies: 0
    Last Post: 21 Feb 2010, 09:25 PM
  4. removing what's new box from homepage
    By feolindo in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Aug 2008, 09:49 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