Can’t toggle between Visual and Text or Screen Options

If I am right, a plugin might be causing the issue. To detect the cause of problem, you must know when did this problem started occuring? Did you start after you upgraded WordPress, or after you activated a certain plugin? Also if you’re using WordPress version 3.5, that version does have this issue. Check here, … Read more

CSS not showing up in my website Only HTML Displaying

Check you are addressing the CSS file correctly. How is it being called? The url should be along the lines of ht|tp://yoursite.com/wordpress/wp-content/themes/yourtheme/style.css you’ll find somewhere that it’s loading as ht|tp://localhost/and so it will load correctly on your machine but not on anyone else’s. Have a look in Developer Tools for the URL of style.css

Admin Scripts enqueue codes seems ok but not working

Please, try the following code, namespace YOUR_PLUGIN; function backEndAssets() { wp_enqueue_style(‘MYPLUGIN_CSS_URL’, plugin_dir_url(__FILE__) . ‘assets/css/admin-styles.css’); wp_enqueue_script(‘MYPLUGIN_JS_URL’, plugin_dir_url(__FILE__) . ‘assets/js/admin-scripts.js’, array(‘jquery’, ‘media-upload’), ‘1.0.0’, true); } add_action( ‘admin_enqueue_scripts’, __NAMESPACE__ . ‘\backEndAssets’ ); As you are not creating object inside plugin and want to load script then you must define namespace at the begging and define the plugin folder … Read more

How to prevent Google adsense invalid impressions while performing admin tasks on my wordpress site?

The advertisements are only displayed on the Front-end of your site (whatever the visitors see). Since the ads are only displayed on the front-end, you don’t have to worry about generating invalid impressions by reloading your admin page, creating posts, etc. So long as you don’t open your website’s front-end area and start reloading like … Read more

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