View Single Post
Old 04-06-2006, 12:16 AM   #2
CHEMiST
Green Mole
 
Join Date: Apr 2006
Location: Carmel, CA
Posts: 1
In your includes/config.php the variables PHPDIG_EXCLUDE_COMMENT and PHPDIG_INCLUDE_COMMENT are define by default:

Code:
define('PHPDIG_EXCLUDE_COMMENT','<!-- phpdigExclude -->');  
define('PHPDIG_INCLUDE_COMMENT','<!-- phpdigInclude -->');
Use these tags to include and exclude html content from being indexed on their own lines:

Code:
<!-- phpdigInclude -->
content I want included for index
<!-- phpdigInclude -->

<!-- phpdigExclude -->
content I want excluded from index
<!-- phpdigExclude -->
Pages that do not have these tags are indexed implicitly. If you cannot get this working with v.1.8.9RC 1 try reverting back to the v.1.8.8 stable release.
__________________
Pixus Media
CHEMiST is offline   Reply With Quote