|
Think this is your problem.
in your theme folder go to theme.php open that and go to footer section and where it says if (index = 1 ) you need to change that to this
if (defined('INDEX_FILE')) {
worked for me on all the themes i have downloaded here.
|