View Single Post
  #9  
Old 10-03-2011, 07:36 AM
 
Eyeglasses Expert Eyeglasses Expert is offline
 

eXpert
  
Join Date: May 2010
Posts: 307
 

Default Re: Adding Featured Products to a Static Page

Quote:
Originally Posted by dmpinder
The best way I found to do this method so far is to write conditional if statement in the pages.php file similar to the following:

Code:
if ($pageid == '10') { $cat="103"; }; include './featured_products.php';

Hope this helps

Darren

details,pls?
Reply With Quote