Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • google is getting these links from the indexed old stucture of your site.you can use removal tool to remove those links from index.

    Is it working fine now?
    To display the footer in the blog,diffrenet theme use different methods. some justmake a different page for footer “footer.php” and then include it at the end of page using the following code <?php include(‘footer.php’); ?>
    some call the function directly to output the footer of the page.
    you just check whether your theme has footer.php page or not. and then check whether it contains the function get_footer() or not.
    if the above page does not exist check functions.php for existance of the function.
    which theme do u use??

Viewing 2 replies - 1 through 2 (of 2 total)