-
editing wp-config.php
Salve, ho attivato il theme check e ho trovato tutta una serie di errori di configurazione, compare anche questa scritta
WARNING WP_DEBUG is not enabled! Please test your theme with debug enabled before you upload!, sono andata all'editing wp-config.php file, ma mi sono messa le mani nei capelli.:oops: Non ho l'esperienza per fare da sola. A chi posso rivolgermi per rimettere in ordine tutto?
-
Riesci ad illustrare meglio che errori hai con il tema ? Aggiungeresti anche un link al tuo sito perfavore.
-
Ecco, ho copincollato le richieste, non posso seguirti su facebook, non ho e non avrò mai un account facebook:lol:
REQUIRED: The theme appears to use dynamic_sidebars() but no register_sidebar() was found. See: register_sidebar
<?php register_sidebar( $args ); ?>
WARNING: The flexible-width and fixed-width tags changed to fluid-layout and fixed-layout tags in WordPress 3.8. Additionally, the responsive-layout tag was added. Please change to using one of the new tags.
REQUIRED: The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or next_posts_link() and previous_posts_link() to add post pagination.
REQUIRED: No content width has been defined. Example:
if ( ! isset( $content_width ) ) $content_width = 900;
REQUIRED: Could not find the comment-reply script enqueued. See: Migrating Plugins and Themes to 2.7/Enhanced Comment Display
<?php if ( is_singular() ) wp_enqueue_script( "comment-reply" ); ?>
REQUIRED: Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
<?php add_theme_support( $feature ); ?>