Log Author Actions

There is a plugin called Audit Trail. It will pretty much log all actions for your wordpress backend such as page creation / deletion, post creation / deletion, logging in / logging out. You can find it here: http://wordpress.org/extend/plugins/audit-trail/

Can’t access WP site over WiFi network

yes, it because wordpress use the server address from database get_option(‘siteurl’) and get_option(‘home’), so if you access the wordpress from IP Address the assets (js and css) will still loaded from localhost/wp/ that mean from 127.0.0.1 not the 10.0.0.1 the simple way to get dynamic url for your wordpress is defining the site_url and home_url … Read more

Admin-ajax.php 500 error when Add to menu is clicked in admin

If you have problem with: POST wp-admin/admin-ajax.php 500 in WP define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ ); in wp-config.php max_input_vars = 6000 ; in php.ini and deactivate all plugins and active one by one until you see which plugin is causing problem. (Ps. have the great chance to be the Yoast SEO plugin the problem)

Moving wordpress to an unknown outlet

I wouldn’t worry too much about it – just download all databases and files. And if you’re uploading them to the new server, change the wp-config files and run the following queries on the databases: UPDATE wp_options SET option_value = replace(option_value, ‘http://www.example.com’, ‘http://www.newurl.com’) WHERE option_name=”home” OR option_name=”siteurl”; UPDATE wp_posts SET guid = replace(guid, ‘http://www.example.com’,’http://www.newurl.com’); UPDATE … Read more

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