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’ );

Give wp-admin access for shop managers

Logged in users have access to wp-admin by default, so you must have some other settings in a plugin or theme that is not allowing access. Do you have any membership or user manager plugins installed? If so, check the setting for allowing/disallowing wp-admin access.

I cannot get the “Read More” button to work!

I’m not sure what you mean by “code view”, but the actual theme code is found under Settings > Theme Editor. I would not recommend using that if you are not an experienced coder. The single post should open in the single.php or singular.php file, where the content file corresponding to the post type is … Read more

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