Following your interview with Eric Enge – you mention about “If Modified-Since.” We worked on many websites whereby the actual file timestamp doesn’t change but the content does as the pages are database-driven. How should we deal with such situations? Tommo, London, UK
You do not have to worry if you delete the article intuitively. The article is not deleted directly, but it moves into the Trash Manager. In Trash Manager, you can restore it. To access this, click Content > Article Trash menu.
Picture 3.63 Trash Manager for article
If you delete the article in the Trash Manager, then the article will be lost permanently. We cannot restore it again.
Front Page Manager is the page that is used to manage the front page when the website is called. You can establish the articles which want to publish in the front page. Beside that, you can also establish the appearance order. You just only move the article position by clicking the green arrow up and down.
You can also unpublish the article that you have been chose for the front page. To unpublish an article, click icon in the Published colomn.
We have just upgraded from WordPress 2.6 to the latest version of WordPress manually. Thanks goes to http://enlightenedwebmastery.com for the step by step process.
Here are the steps
Log into your host ing account, nav i gate to your Word Press instal la tion, and down load your wp-content folder.
While your here, go ahead and backup your wp-config.php file.
Install the plu gin, and use it. Either down load a copy of your backup, or have it emailed to you. (this is just precautionary)
Nav i gate to your dash board, and under plu g ins, deac ti vate every thing (in case it is not compatible)
Visit WordPress.org and down load the lat est version.
Decom press the .zip
Using your FTP pro gram, login to your server, and delete the wp-admin, and wp-includes.
After words, select every thing in the new word press folder (that you unzipped) but your wp-content, and wp-config-sample.php.
Copy those to your server, over write as necessary.
While those are trans fer ring, open up your “backed up” wp-config.php file, and take note of the login, pass, and hostname.
define(‘DB_NAME’, ‘puty our db name here’);
/** MySQL data base pass word */ define(‘DB_PASSWORD’, ‘your pass word here’);
/** MySQL host name */ define(‘DB_HOST’, ‘local host’);
/** MySQL data base user name */ define(‘DB_USER’, ‘usernamehere’);
After you have replaced that infor ma tion from the wp-config to the wp-sample-config, rename the wp-sample-config to wp-config.php.
Upload that file to your server now.
Then log back in to your dash board, and reac ti vate your plu g ins one by one.
A brief overview of how to use the Google Analytics interface. If you are new to Google Analytics or you’d like to pick up a few tips on how to use some of the different features, this video is a good place to start.
The firebug firefox extension allows you to edit in real time your CSS code. Instead of having to make a change, reload, make a change, reload you can just edit it live to see the results.
There may be times when you want to create a blog page or that looks different than a normal page. Or Perhaps you want to use WordPress to run your entire website but want the main page of your domain to look completely different than a typical blog. This is an easy way to customize WordPress that can be very easily accomplished by creating a custom WordPress page Template.