get_avatar() Returning a Number

your code will pretty much produce errors like missing ; at the end this code for example <?php esc_url( the_author_meta( ‘user_url’ ) ) ?> the correct code should be <?php echo esc_url( get_the_author_meta( ‘user_url’ ) ); ?> or <?php the_author_meta( ‘user_url’ ); ?> Why does the author ID number appear? The number that appears above … Read more

Unable to upload media to WordPress

Cross-Check .htaccess # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress If the above does not work, try Adding this line to wp-config.php define(‘WP_TEMP_DIR’, ABSPATH . ‘wp-content/uploads/’); Potential Root Causes to Explore Firewall or DDoS Protection: Some … Read more

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