Recent content by nextgengraphics04

  1. N

    What is wrong with my php code ? Syntax error unexpected T_Variable?

    chris is right. should work after that.
  2. N

    Query Post by getting Category ID of page your on? (PHP, WORDPRESS)?

    This is what I have.. <?php query_posts(array("cat" => "7")); if(have_posts()): ?> This works to display my 'bags cat (7)' but i have a template, and need all my categories to feed off this one template, so instead of defining what cat id, i need it to get the cat id of the...
  3. N

    PHP Displaying Random Product with URL?

    http://militarypewter.com/wordpress/?page_id=148 My current script displays 3 random images from a folder, but not bringing url with it. I just did this 3 different times. So now if you click i have it sending you back to products which isnt good <?php function getRandomFromArray($ar) {...
Back
Top