Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23
  1. #21
    Join Date
    Jul 2006
    Location
    UK
    Posts
    165
    Plugin Contributions
    0

    Default Re: Display sidebox only on certain pages

    Hi,

    Does anyone know how I would make a sidebox appear only on the Product Info page please?

    I've tried

    PHP Code:
    if ($product_info) {
        
    $show_featured true;
      } else {
        
    $show_featured false;
      } 
    But it's not working. Any suggestions most welcome!

    Claire

  2. #22
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Display sidebox only on certain pages

    PHP Code:
    if ($current_page_base == 'product_info') {
        
    $show_featured true;
      } else {
        
    $show_featured false;
      } 

  3. #23
    Join Date
    Jul 2006
    Location
    UK
    Posts
    165
    Plugin Contributions
    0

    Default Re: Display sidebox only on certain pages



    Thank you for your help.

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. How do i display certain banners on certain pages?
    By berserkey in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Aug 2011, 07:55 PM
  2. Replies: 6
    Last Post: 15 Feb 2011, 04:46 PM
  3. Display A Category On Certain Pages Only
    By J. Smith in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 25 Feb 2008, 02:34 AM
  4. Sidebox Links BUT only under certain EZ pages
    By bigchili in forum Basic Configuration
    Replies: 5
    Last Post: 7 Feb 2008, 09:55 PM
  5. Only display right column on certain pages
    By qubit in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Jul 2007, 02:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg