View Single Post
Old 09-12-2007, 02:17 AM   #1
gkdeveloper
Green Mole
 
Join Date: Sep 2007
Posts: 3
Ignore sections of a page

Hi,

I am new to phpdig so bare with me

I am basically trying to get phpdig to ignore some sections of a page - for instance the main navigation menu (which is dynamically generated) is something I would want phpdig to 'ignore'.

Is there a simple way to put some code or delimeter that phpdig will recognise and simply ignore all text/links within this section?

For instance (not the best example i know!):-

<? PHP_DIG IGNORE ?>
Link 1 - Link 2 - Link 3 - Link 4 - Link 5
<? PHP_DIG IGNORE ?>

So in this instance, these 5 links would be simply "overlooked" by phpdig because to the defined variables above & below them.

Is there a simply way to do this?

Thanks in advance
gkdeveloper is offline   Reply With Quote