Cannot change Connection Information in admin interface

I believe that you have some or all of these defined somewhere, probably wp-config.php. define(‘FTP_PUBKEY’, ‘/home/username/.ssh/id_rsa.pub’); define(‘FTP_PRIKEY’, ‘/home/username/.ssh/id_rsa’); define(‘FTP_USER’, ‘username’); define(‘FTP_PASS’, ‘password’); define(‘FTP_HOST’, ‘ftp.example.org’); define(‘FTP_SSL’, false); http://codex.wordpress.org/Editing_wp-config.php I am able to duplicate the issue and resolve it by manipulating those constants.

CSS of the admin panel

One way is to enqueue a style.css for the admin panel. Create a file to say custom-css.css and add css to it and then enqueue it to the admin by putting the below in the theme’s function.php file. function admin_enqueue() { wp_enqueue_style( ‘custom_css’, content_url() . ‘/themes/theme-name/custom.css’); //Please replace the path with the correct path to … Read more

Wp-Admin extremely slow!

Try disabling or deleting all of your plugins and starting over again? You could also try to download a plugin to speed it up like: WP Super Cache W3 Total Cache you can just search for some other ones yourself also.

404 Admin Error

I found the solution. I had to open up phpMyAdmin open up the database then open up wp_options. From there I had to change the siteurl and add /wp to the end and it works again.

How to change home page only in WordPress

You should use custom template for this purpose. Create a new file homepage.php and write the below code. <?php /* Template Name: Homepage */ ?> <?php <!–Your code goes here–> ?> Then, create a new page in admin panel like HOME and in right sidebar select your “homepage” template you just created. Do not forget … Read more

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