Before you ask please READ THIS

Site Description

edited December 2011 in Airlock Posts: 95
Hi I have a question I Created a menue with some submenues.
When i click on one of the Submenue to open a new Portfolio Category the new Site show me the Name of the Frontpage and the Category.
How can i remove this Name ??

thanks
Menue.jpg
363 x 188 - 35K
Uberschrif.jpg
675 x 688 - 123K

Comments

  • AirAir
    edited December 2011 Posts: 10,970

    You can make this change in code.

    Go to airlock/taxonomy-skills.php line 30
    change
    $title .= ' : ' . $term_name->name;
    to
    $title = $term_name->name;


    With regards.

    Post edited by Air on
  • edited December 2011 Posts: 95
    Hi first of all thanks.
    Maybe i describe it wrong.
    I want to remove the complete Description ( Home: Agency )
    Actually it only remove this :

    thanks
    Post edited by elay on
  • AirAir
    Posts: 10,970
    Did you copied code or rewrite it? I'm sure you left dot near '='sign. If you want to delete whole title in category page change same line to:
    $title = '';
  • Posts: 95
    Great now it works.
    Thanks a lot
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!