Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter Metalikrush

    (@metalikrush)

    since getting the functions.php back in, the home page still has an error, but only “Page not found”

    Suggestions?

    Thread Starter Metalikrush

    (@metalikrush)

    OK! hella newbie mistake, I seemed to have skipped the functions.php when uploading the files again. this is what I see now:

    if (function_exists(‘wp_nav_menu’)) {
    register_nav_menus(array(‘primary’ =>__( ‘Primary Navigation’, ‘typo-o-graphy’ )));
    }

    Thread Starter Metalikrush

    (@metalikrush)

    oK, however I don’t seem to see a functions.php anywhere in my editor. can it be named something else??(remember, newbie).

    btw, I’ll definitely experiment with child themes:)

    Thread Starter Metalikrush

    (@metalikrush)

    Ok! I found it, it is in index.php and this is what it looks like :

    <?php get_header();?>
    <div class=”container_12″>
    <?php get_template_part(‘loop’);?>
    <?php get_sidebar();?>
    <?php
    if (function_exists(‘wp_pagenavi’)) { wp_pagenavi();
    } else { typo_pagination();
    }
    ?>
    </div>
    <?php get_footer();?>
    `

    Let me know if this makes sense.

    Thread Starter Metalikrush

    (@metalikrush)

    I’ve done a bunch of modifications before, so much that it totally screwed up. Which is why I just deleted and re-uploaded all the files…

    I was changing colors mostly but now it’s back to it’s default setting except I’m seeing this error message. I also changed the sidebar as well by removing it completely.

    I’m not sure if this is helpful but I hope this gives you a better idea.

Viewing 5 replies - 16 through 20 (of 20 total)