I'm only wanting it to show up on the first postbit, and I'm only calling them in the first postbit. Not sure if that matters.
Well, I entered the code:
PHP Code:
$trader = $DB_site->query_first("SELECT trader_price,trader_shipping,trader_payment,trader_man,trader_trade,trader_condition,trader_age FROM thread WHERE threadid = '$threadid'");
into the functions.php, but I'm getting and error. So, I must be placing it in the wrong spot or I edited the code above wrong in the condition spot. And help with those parts? Thanks for your help thus far...much appreciated!