Appearance -> Menus doesn’t show

Please add following code into your theme functions.php file function pietergoosen_theme_setup() { register_nav_menus( array( ‘header’ => ‘Header menu’, ‘footer’ => ‘Footer menu’ ) ); } add_action( ‘after_setup_theme’, ‘pietergoosen_theme_setup’ ); Please check at your end and let me know if any query. Hope it will help you.

Can’t access Network Admin dashboard in wp-admin

Access your plugins folder via FTP or your Hosting cPanel “Files” program. Rename the offending plugin folder to something else. That will effectively disable the plugin. (If locally hosted, then change the folder name that way.) I don’t usually change the settings in the wp-config.php file, so you may want to put those back to … Read more

Wp-admin Redirection loop after moving to subdirectory

try this >> step 1) on wp-config.php define(‘WP_HOME’,’https://www.my-site.com/my-site.com’); define(‘WP_SITEURL’,’https://www.my-site.com’); define(‘RELOCATE’,true); now, on your /index.php change this line: require( dirname( FILE ) . ‘/wp-blog-header.php’ ); to require( dirname( __FILE__ ) . ‘/my-site.com/wp-blog-header.php’ );

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)