Wp-admin widgets have no title texts

Just to make sure, I took a look in the actual source code of the WordPress repository. The line in question is: <div class=”widget-title”><h4><?php echo $widget_title ?><span class=”in-widget-title”></span></h4></div> I also went through and checked previous changesets to see if we ever accidentally released broken code. If you want to look at the revision log yourself, … Read more

How to take the help button and link off the dashboard

The code is in wp-admin/includes/template.php, function screen_meta(). However, there’s no hook to disable the help button, so if you want to get rid of the button, you’d have to use CSS or JS. If you choose CSS, a body.index-php .screen-meta #contextual-help-link-wrap { display: none; } should do. If you just want to get rid of … Read more

WordPress blog clone.. wp-admin issue

Here’s 1 way to fix this. Add below inside Site2 wp-config.php: define(‘WP_SITEURL’, ‘http://Site2’); define(‘WP_HOME’, ‘http://Site2’); Once logged in, go to Settings > General and change WordPress address (URL), Site address (URL) to Site2. Then delete those 2 lines that you add inside wp-config.php.

Admin menu success message

See the top answer on this Stackoverflow question. Basically you need to use: decodeURI((RegExp(name + ‘=’ + ‘(.+?)(&|$)’).exec(location.search)||[,null])[1]); Get URL parameter with jQuery

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