Asha Krishna
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Can’t select databasecheck whether extra spaces are there when giving db name, username, password etc in wp-config file
Forum: Installing WordPress
In reply to: Problem when adding new menu items on fresh installationBefore adding a menu item, you just give
menu name as ‘primary menu items’ and select the ‘Primary Menu’ option in bottom
Then click on save menu
After that, just select sample page >> Add to menuForum: Fixing WordPress
In reply to: Failed to Install Theme And Plugins in WordPressIn wp-config.php file give the following line just after
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);define(‘FS_METHOD’, ‘direct’);
Forum: Fixing WordPress
In reply to: Can't reset passwordhii,
do you have access to the DataBase?
If yes, then
1. just login to DB
2. Go to wp_users table
3. Edit the user details
4. In user_pass field, just select the function as MD5 and give any password
5. Just login with the new passwordthis will work..!!
Forum: Installing WordPress
In reply to: Problem when adding new menu items on fresh installationhii
before creating a new menu list, you should give a menu name and from bottom select the top primary menu option
Forum: Localhost Installs
In reply to: Error installing themes / asked for FTP credentialsHii
In your wordpress wp-config.php file ,
add ” define(‘FS_METHOD’, ‘direct’); ” just below
require_once(ABSPATH . ‘wp-settings.php’);It will work