• Resolved jezternz

    (@jezternz)


    Hey, Basicly I have made my own theme, it was working fine on my own server, loaded correctly, however when i transfered it to a new server, it displayed it , except replaced my sidebar with the default and asked me for a searchbar.php.
    Whats wrong? why is it displaying the pieces from the default theme? how can i fix this?
    Thanks, Josh

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    When WordPress cannot find certain files (like header.php or sidebar.php) and you’ve made calls to the get_header() or get_sidebar() functions and such, then it will use the ones from the default theme directory instead.

    Make sure that all your theme files have the correct permissions for WordPress to be able to read them. Try setting them to 555 permissions. Also make sure they are all lowercase, as case matters.

    Thread Starter jezternz

    (@jezternz)

    thankyou very much, I will look into that.

    Edit: Ok its fixed, A apologize, it was a silyl mistake of missing a file. Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Parts of Default theme loading in custom theme.’ is closed to new replies.