Title: Log in problems in WordPress
Last modified: August 31, 2016

---

# Log in problems in WordPress

 *  [oneglobeonly](https://wordpress.org/support/users/oneglobeonly/)
 * (@oneglobeonly)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/log-in-problems-in-wordpress/)
 * Hello
    I have a problem to log in to WordPress. I use the link below [http://www.oneglobeonly.com/wp-admin/](http://www.oneglobeonly.com/wp-admin/)
   I get the result that is shown the link below
 * [https://www.dropbox.com/s/6e5jcez68zpxy14/Sk%C3%A4rmklipp%202016-03-01%2009.40.47.png?dl=0](https://www.dropbox.com/s/6e5jcez68zpxy14/Sk%C3%A4rmklipp%202016-03-01%2009.40.47.png?dl=0)
 * If i changes the name on my file function.php to example funktion2.php. then 
   the right log in box is coming up and i can log in to WordPress. Afterwords I
   can changes the function file back to the rigt name and the homepage is working.
 * Why is it like this and what can be done about it?

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

 *  [noda](https://wordpress.org/support/users/nodarik/)
 * (@nodarik)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/log-in-problems-in-wordpress/#post-7129789)
 * Hi there
 * This comes from your theme and you should contact theme developer,
 *  Thread Starter [oneglobeonly](https://wordpress.org/support/users/oneglobeonly/)
 * (@oneglobeonly)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/log-in-problems-in-wordpress/#post-7129822)
 * Hi
    i am a beginner and a following Alessandro Castellani on [https://www.youtube.com/playlist?list=PLriKzYyLb28nUFbe0Y9d-19uVkOnhYxFE](https://www.youtube.com/playlist?list=PLriKzYyLb28nUFbe0Y9d-19uVkOnhYxFE)
 * to bild a Theme from start. Below you can se how my file functions.php lock like.
 * ?php
 * function kjelll2_script_enqueue() {
 *  wp_enqueue_style(‘customstyle’, get_template_directory_uri() . ‘/css/kjelll.
   css’, array(), ‘1.0.0’, ‘all’);
 *  wp_enqueue_script(‘customjs’, get_template_directory_uri() . ‘/js/kjelll.js’,
   array(), ‘1.0.0’, true);
 * }
 * add_action( ‘wp_enqueue_scripts’, ‘kjelll2_script_enqueue’);
 * function kjelll_theme_setup() {
 *  add_theme_support(‘menus’);
 *  register_nav_menu(‘primery’, ‘Primery Header Navigation’);
    register_nav_menu(‘
   secondary’, ‘Footer Navigation’); }
 * add_action(‘init’, ‘kjelll_theme_setup’);
 * Can you find anything wrong?

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

The topic ‘Log in problems in WordPress’ is closed to new replies.

## Tags

 * [function.php](https://wordpress.org/support/topic-tag/function-php/)
 * [log-in](https://wordpress.org/support/topic-tag/log-in/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)

 * 2 replies
 * 2 participants
 * Last reply from: [oneglobeonly](https://wordpress.org/support/users/oneglobeonly/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/log-in-problems-in-wordpress/#post-7129822)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
