PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   Can phpDig use only the Meta Description Tag (http://www.phpdig.net/forum/showthread.php?t=921)

JuarezTourGuide 05-09-2004 05:41 PM

Can phpDig use only the Meta Description Tag
 
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.
PHP Code:

define('DISPLAY_SNIPPETS',true); 

to
PHP Code:

define('DISPLAY_SNIPPETS',false); 

Also change this:
PHP Code:

define('DISPLAY_SUMMARY',false); 

to this:
PHP Code:

define('DISPLAY_SUMMARY',true); 


JuarezTourGuide 05-10-2004 03:54 PM

Great answer. Worked the first time. Just what I needed. Thanks!


All times are GMT -8. The time now is 05:54 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.