Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BBPress Posts on another page.

Hi John,

Thanks for the input. I am already aware about this.

I was looking for another solution. I tried my hands on this code but it doesnt work.

Can some1 help me on this?

help much appreciated.

<?

mysql_connect(“localhost”, “username_db_forum”, “password”);

mysql_select_db(“database_name_forum”);

$sql=”SELECT * FROM bb_posts WHERE post_topic=” ORDER BY post_id DESC LIMIT 8″;

$risultati=mysql_query($sql);

while($riga=mysql_fetch_array($risultati)) {

$target=$riga[“post_topic”];

$target1=$riga[“post_id”];

echo”<img src=”images/bullet.gif” align=”absmiddle”>$target

“;

}

?>

Skip to toolbar