Author Topic: How do I mod Keyword Title?  (Read 5834 times)

0 Members and 1 Guest are viewing this topic.

Offline XeroX

  • Newbie
  • *
  • Posts: 22
    • View Profile
How do I mod Keyword Title?
« on: February 09, 2011, 03:03:36 AM »
Hi ,
a) is there a chance to use more than one keyword for pictures? Like: blue sky, big tower, ... not: blue,sky,big,tower?

b) How can I put the searched keyword in the header of the search.php like: search.htm?search_keywords=flowers
and in the search.php header
<title>flowers</title>
<meta name="description" content="flowers - sitename">
<meta name="keywords" content="flowers">

thanks for help
My 4images versiyon 1.7.7

Rembrandt

  • Guest

Offline XeroX

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: How do I mod Keyword Title?
« Reply #2 on: February 09, 2011, 11:47:34 AM »
I just want to change the page titles.
These have shown the process described on the page URL in the Keyword.

Offline XeroX

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: How do I mod Keyword Title?
« Reply #3 on: February 10, 2011, 12:30:54 PM »
Pls Help Me  :(

Rembrandt

  • Guest
Re: How do I mod Keyword Title?
« Reply #4 on: February 11, 2011, 05:25:19 AM »
search in root/search.php:

//-----------------------------------------------------
//--- Clickstream -------------------------------------


insert above:

//-----------------------------------------------------
//--- SEO variables -----------------------------------
//-----------------------------------------------------
$site_template->register_vars("prepend_head_title"format_text(stripslashes($org_search_keywords), 2) . " - ");


mfg Andi
« Last Edit: February 11, 2011, 05:45:21 AM by Rembrandt »

Offline XeroX

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: How do I mod Keyword Title?
« Reply #5 on: February 12, 2011, 01:51:19 AM »
Thank You Friend :)