Hvis det er Minimatica - free wordpress theme, så er det senest opdateret 2011-06-05
hvilket næsten er 2 år siden.
synes derfor du skal kigge efter et theme, der IKKE får din WordPress til at gå i hegnet (forudsat selvfølgelig, at du ikke får problemet uden at theme'et er installeret)....
P.S. Et "Theme-Check" som giver et automatiseret svar på, hvordan et givent theme overholder de seneste standarder for et WordPress theme, giver følgende:
"
RECOMMENDED: Text domain problems in includes/widgets.php. You have not included a text domain!
Line 79: $title = apply_filters('widget_title', empty($instance['title']) ? __('Ephemera') : $instance['title'], $instance, $this->id_base);
RECOMMENDED: Text domain problems in functions.php. You have not included a text domain!
Line 190: $doc_title .= ', ' . __( 'Page' ) . ' ' . max( $paged, $page );
Line 203: $doc_title .= ', ' . __( 'Page' ) . ' ' . max( $paged, $page );
RECOMMENDED: Text domain problems in content.php. You have not included a text domain!
Line 30: <?php wp_link_pages( array( 'before' => '<p class='pagination'>' . __( 'Pages' ) . ': ' ) ); ?>
RECOMMENDED: Text domain problems in content-video.php. You have not included a text domain!
Line 6: <?php wp_link_pages( array( 'before' => '<p class='pagination'>' . __( 'Pages' ) . ': ' ) ); ?>
RECOMMENDED: Text domain problems in content-image.php. You have not included a text domain!
Line 16: <?php wp_link_pages( array( 'before' => '<p class='pagination'>' . __( 'Pages' ) . ': ' ) ); ?>
RECOMMENDED: Text domain problems in content-gallery.php. You have not included a text domain!
Line 16: <?php wp_link_pages( array( 'before' => '<p class='pagination'>' . __( 'Pages' ) . ': ' ) ); ?>
RECOMMENDED: Text domain problems in content-audio.php. You have not included a text domain!
Line 17: <?php wp_link_pages( array( 'before' => '<p class='pagination'>' . __( 'Pages' ) . ': ' ) ); ?>
RECOMMENDED: Text domain problems in comments.php. You have not included a text domain!
Line 28: <h3 id='comments-title'><?php comments_number( '', __( 'One Response' ), '% ' . __( 'Responses' ) ); ?></h3>
Line 31: <div class='nav-previous'><?php previous_comments_link( '<span class='meta-nav'>←</span> ' . __( 'Older Comments' ) ); ?></div>
Line 41: <div class='nav-previous'><?php previous_comments_link( '<span class='meta-nav'>←</span> ' . __( 'Older Comments' ) ); ?></div>
Line 32: <div class='nav-next'><?php next_comments_link( __( 'Newer Comments' ) . '<span class='meta-nav'>→</span>' ); ?></div>
Line 42: <div class='nav-next'><?php next_comments_link( __( 'Newer Comments' ) . '<span class='meta-nav'>→</span>' ); ?></div>
Line 57: 'author' => '<p class='comment-form-author'>' . '<label for='author'>' . __( 'Name' ) . '</label> ' . ( $req ? '<span class='required'>*</span>' : '
Line 59: 'email' => '<p class='comment-form-email'>' . '<label for='email'>' . __( 'Email' ) . '</label> ' . ( $req ? '<span class='required'>*</span>' :
Line 61: 'url' => '<p class='comment-form-url'>' . '<label for='url'>' . __( 'Website' ) . '</label>' .
Line 67: 'comment_field' => '<p class='comment-form-comment'><label for='comment' class='comment-label'>' . __( 'Comment' ) . '</label>
<textarea id='comment' name='comment' cols
RECOMMENDED: No reference to add_theme_support( 'custom-header', $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
RECOMMENDED: No reference to add_theme_support( 'custom-background', $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
RECOMMENDED: Screenshot size should be 600x450, to account for HiDPI displays. Any 4:3 image size is acceptable, but 600x450 is preferred.
RECOMMENDED: add_custom_image_header found in the file functions.php. Deprecated since version 3.4. Use add_theme_support( 'custom-header', $args ) instead.
Line 76: add_custom_image_header( 'minimatica_header_style', 'minimatica_admin_heade
RECOMMENDED: add_custom_background found in the file functions.php. Deprecated since version 3.4. Use add_theme_support( 'custom-background', $args ) instead.
Line 66: add_custom_background();
"
Ikke at det nødvendigvis har noget at gøre med din fejl, men det angiver ihvertfald, at theme'et ikke er opdateret til at supportere seneste WordPress version.