| |
Entries tagged as blogWednesday, May 13. 2009Alien spaceship lands in Webster, South Dakota: Greys make contact HOAX
According to the editor in chief at Business Week, John A. Byrne, the story was the result of someone hacking their blog at businessweek.com. He tweeted his response to the story.
Here is the posting from the original "hacked" story: A shocking revelation in the science world has been made today as we are getting reports saying an Alien spacecraft has landed in the small city of Webster, South Dakota. The image that was included in the story was that of a large group of people in a parking lot looking area. Why would anyone take a picture of the crowd if there is supposedly some crazy UFO stuff happening? Nicely played, Mr. Hacker, but I'm leaning towards a hoax. Monday, November 10. 2008
Fixing duplicate page titles in ... Posted by Kevin Harrison
at
12:19
Comments (0) Trackbacks (0) Defined tags for this entry: blog, serendipity
Fixing duplicate page titles in serendipity
Google webmaster tools always complained about duplicate page titles for my s9y blog. These pages were generated by serendipity when next page is clicked at the bottom of the home page for blogs that are pagenated. It always bothered me that google didn't like that I had duplicate titles but I never really bothered to think about fixing it.
I finally got around to a fix... {if $footer_currentPage != 1 && $entry_id != true && $staticpage_content == ''} - Page {$footer_currentPage}{/if} Just place that code into the <title></title> This change will number page titles whenever a next page is clicked. It will not number pages on single entries, the home page of the blog or on static pages. The default title tag in serendipity is <title>{$head_title|@default:$blogTitle}{if $head_subtitle} - {$head_subtitle}{/if}</title> just change it to... <title>{$head_title|@default:$blogTitle}{if $head_subtitle} - {$head_subtitle}{/if}{if $footer_currentPage != 1 && $entry_id != true && $staticpage_content == ''} - Page {$footer_currentPage}{/if}</title> You can test the results by clicking on next page on the bottom of the home page of this blog. |
QuicksearchSyndicate This Blog |
