In Firefox, without any add-ons: >>menu Tools » Page Info (Command-I on a Mac) (Ctrl + I on a Windows), tabsheet Media. This also gives you a Save As button…
On an Apache server Most users reading this article will likely be on an Apache server. Here are the steps you'll need. Use your host's file manager or an FTP…
Insert the following code the functions.php file of your active theme. This code disables all the updates notifications regarding plugins, themes & WordPress completely. function remove_core_updates(){ global $wp_version;return(object) array('last_checked'=>…
Go to your database ->SQL and add the following query like your table field SET @ordering = 0; UPDATE table SET increment = (@ordering := @ordering + 1) WHERE field…
WordPress is written in PHP, and generally php runs better under apache on Linux, but you can run it on IIS on Windows machines. In fact this blog is running…