Quote:
| Blog Engage Blog » Blog Archive » New Blog Engage Directory! Inside Forums! |
Quote:
| New Blog Engage Directory! Inside Forums! |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
I get all this Quote:
Quote:
|
| |||
|
Change: Code: if(preg_match("'<title>([^<]*?)</title>'", $this->html, $matches)) {
$url_title=trim($matches[1]);
$url_title = preg_split("/:|»\-/", $url_title);
$url_title = array_slice($url_title, -1);
$this->url_title = $url_title[0];
}
Code: if( preg_match( '~<title>(.*?)([^:\-]*?)</title>~is', str_replace( '»', ':', $this->html ), $matches ) )
{
$this->url_title = $matches[2];
}
Geoserv. |
| The Following User Says Thank You to Geoserv For This Useful Post: | ||
| |||
| Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change page title only for story page - Google | hadock | General Help | 12 | 11-23-2008 07:29 AM |
| How to change title in browser | BillyC | "yget" | 1 | 06-21-2008 03:52 PM |
| Title Issue with Editorials and SEO | not2serious | General Help | 0 | 12-26-2007 10:25 AM |
| HELP - Title Tags For Category Pages | blaze | General Help | 2 | 12-24-2007 08:22 AM |
| Page Title - Instant Need | plum | Suggestions | 5 | 10-17-2007 01:57 PM |