graeinler
-
04:47:09 pm on May 14, 2008 | # |
Phormer by itself is an excellent photo gallery software (consider the fact that it was last updated Jan 07). while it may have its fair share of shortcomings, most of those are overshadowed by the extensive capabilities it offers and the semantic approach to design by the author.
Earlier tonight as I was updating my photo gallery and adfchiteens I noticed that it lacks the Description meta tag (among others) for search engine optimization. Keen on wanting to have this option for a fully functional website, I made some codehacking on the scripts with good results. Below is a quick howto:
1. Create a backup of your existing funcs.php
2. Edit funcs.php and on line 1107, add the following code” <META NAME=”Description” CONTENT=”Your descriptive sentence or two goes here.”>
3. Save your changes and your done.
4. Verify your changes:
on Firefox: Tools >> Page Info >> Description
on IE6 : View >> SourceHope this helps.