Hello, I would like a modification for my script. Currently its showing the following: This is from the source: $sitename2 = $categoryname. " " .$page; $sitedescription = $categorydescription. " Page " .$page; $sitekeywords = $sitekeywords.", ".$categorykeywords; So i Get the title "Category Name 1, Catefory Name 2, Category Name 3.... It depens how many pages are there. I would like to change : On the page number 1 I would like to have only "Category Name" without number. The source code has got about 200 lines. Thanks. Regards, Manuel Code fixed. Thanks all.