Recent Topics

1 Aug 02, 2010 11:25    

My b2evolution Version: 3.0.1
http://muvyclub.tk/main/movies

I have put the following code
<?php
if( empty( $_GET ) && empty( $_POST ) )
{
$p = 123; // replace 123 with the post ID
}
?>
in Index.php to create the "Static Page" it works in 3.0.1 but blog posts are not visible even when I press the link of the post in "recent posts".

Kindly advice


Form is loading...