Filter / add_action to upgrade.php page

Well, the first lines of that file, not counting comments/headers, are… /** Include user install customize script. */ if ( file_exists(WP_CONTENT_DIR . ‘/install.php’) ) require (WP_CONTENT_DIR . ‘/install.php’); You could include a custom install script with the rest of your code. That seems the most straightforward approach to me. It is hard to say a … Read more

Sort All Posts by Category Name in the Admin Panel?

zip, you might need to save your category as a new post meta first, that’s how orderby meta_value works. Not sure if this could help, I stumbled upon this plugin: http://wordpress.org/plugins/custom-post-order-category/, it could let you specified a category then order posts in that category. If you’re curious about how to save category into a post … Read more

How to debug failed changes to posts?

I was finally able to get this to work by using php5-fpm instead of php5-cgi. First I removed the php5-cgi package via sudo apt-get autoremove –purge php5-cgi Then I installed php5-fpm via: sudo apt-get install php5-fpm After tweaking my server definition in Nginx a bit, the problem went away. Update I suspect this had more … 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.

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