showing on all pages?

  • oskillzzo
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jul 04, 2008
  • Posts: 50
  • Status: Offline

Post December 21st, 2010, 9:53 am

So far i have the following:

PHP Code: [ Select ]
<?php if($category["list"]){?>
      <strong>Browse By Genre:</strong>
      <ul><?php foreach ($category["list"] as $item)
         echo '<li><a href="'.HTTP_HOST.KOMMIKU_URL_INDEX.'/'.$item->slug.'/">'.$item->title.'</a></li>';
   }?></ul>
  1. <?php if($category["list"]){?>
  2.       <strong>Browse By Genre:</strong>
  3.       <ul><?php foreach ($category["list"] as $item)
  4.          echo '<li><a href="'.HTTP_HOST.KOMMIKU_URL_INDEX.'/'.$item->slug.'/">'.$item->title.'</a></li>';
  5.    }?></ul>



My question is if i wanted to have this show in all pages/posts instead of just showing up for pages, how would i go about doing this? i tried getting rid of the if command but it throws errors.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post December 21st, 2010, 9:53 am

  • SpooF
  • ٩๏̯͡๏۶
  • Bronze Member
  • User avatar
  • Joined: May 22, 2004
  • Posts: 3415
  • Loc: Richland, WA
  • Status: Offline

Post December 21st, 2010, 1:11 pm

Where is this code from?
#define NULL (::rand() % 2)
  • oskillzzo
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jul 04, 2008
  • Posts: 50
  • Status: Offline

Post December 21st, 2010, 2:44 pm

it is from a wordpress plugin
  • SpooF
  • ٩๏̯͡๏۶
  • Bronze Member
  • User avatar
  • Joined: May 22, 2004
  • Posts: 3415
  • Loc: Richland, WA
  • Status: Offline

Post December 21st, 2010, 2:53 pm

My guess is that there is some code further up the page, or maybe in another part of the plugin that tells when it should be used.

Is the plugin added via the widget sidebars?
#define NULL (::rand() % 2)

Post Information

  • Total Posts in this topic: 4 posts
  • Users browsing this forum: No registered users and 113 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.