Jump to content

Dynamic meta title proplem


caykoylu

Recommended Posts

have a site.But I have a proplem about dynamic title.

Site Title is static.so itsn't change every page.
I want change meta tag dependent in article Title. Namely, I want be article Title = page meta title

index.php code
[code]
..........................................
if (txt_direction == 'LTR')
 {
   echo '<html>';
 }
 else
 {
   echo '<html dir="rtl">';
 }

 echo '<head>
<title>';
 echo title;
 echo '</title>
       <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=';
 echo encoding;
 echo '">
       <META NAME="keywords" CONTENT="';
 echo keywords;
 echo '">
       <META NAME="description" CONTENT="';
 echo description;
 echo '">
</head>
';
 echo bodytagset;
 echo '
';
.........................
[/code]

main.php code

[code]

.................
if ($article1 = mysql_fetch_array ($result1))
           {
             echo '<font color="black"><b>.</b></font> <a href="index.php?id=';
             echo $article1['id'];
             echo '" STYLE="color:';
             echo catlist_title_color;
             echo '; font-family:';
             echo catlist_title_font;
             echo '; font-size:';
             echo catlist_title_font_size;
             echo '; font-weight:';
             echo catlist_title_font_weight;
             echo ';">';
             echo $article1['title'];
             echo '</a><br>';
             continue;
           }
         }

         echo '                        </td>
                       <td valign="top">
                                       ';
...................


[/code]
Link to comment
Share on other sites

Hi..

I want be meta tag  title $article1['title'] variable.

Sicripts is like http://www.makinahaber.com.

Look at http://www.makinahaber.com

My default meta tag title is Makina Haber .Com.

e.g. I want change be  http://www.makinahaber.com/index.php?id=6 on click .My meta tag Title is my article title e.g. (article title :DELCAM PowerMILL “En iyi yazılım” ödülünü aldı)
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.