PDA

View Full Version : Can phpDig use only the Meta Description Tag


JuarezTourGuide
05-09-2004, 05:41 PM
First, I love this product. As is, it is the best site specific engine I've found.

But I am using a left side navigation table containing only text links, and phpDig is including the contents of the nav links in the text snippets from every page on the site, which gets rather repititous.

Is there anyway to tweak this product to use the <mega description> tags ONLY in the text snippet results?

vinyl-junkie
05-10-2004, 02:30 PM
Change the following in config.php.define('DISPLAY_SNIPPETS',true); to define('DISPLAY_SNIPPETS',false);
Also change this:define('DISPLAY_SUMMARY',false); to this:define('DISPLAY_SUMMARY',true);

JuarezTourGuide
05-10-2004, 03:54 PM
Great answer. Worked the first time. Just what I needed. Thanks!