WordPress Themes, Plugins, Tutorials, Tips And More...

Tag: WordPress Site

Creating Compact Archives In Your WordPress Site

Archive

On being in blogging for more number of years, you notice that your WordPress archive becomes so big that it now is not at all easy for you to handle. Well, what it makes you consider in doing compressing the things so that one can find your posts with greater ease. While you can do this manually also by creating a proper archive by yourselves, but you can also use a plugin for the purpose which is called as Compact Archives for WordPress.

Using Compact Archives Plugin As Widget

  1. Download and activate the Compact Archives Widget (but before this you have to download Compact Archives Plugin also).
  2. Once activated, go to your Widget area and drag the Compact Archives Widget to one of the widget areas on your site.
  3. Here you get an option of giving your archives a title and selecting the sort of layout you would like to have.

Manually Inserting Code

  1. If you want better control over the archives location, then you consider on opting for manually inserting the code in your theme’s file.
  2. Wherever you want it to appear, you have to insert the following code:

3. While you get more freedom also on adjusting the way as you want to with adding additional parameters to it:

Photo Credit: Flickr/DRs Kulturarvsprojekt

Disabling Automatic Updates In Your WordPress Blog

Update

What WordPress 3.7 Brings In?

WordPress 3.7 was out back late last month with brining very important as well as amazing feature on board with focusing on improving security and stability of the content management system. While the one such improvement it brings on with this new version is that it automatically updates the things in the background. This means now you need not to worry about updating the things at your end at all.

Other Part of Story…

But, interestingly and surprisingly to know another part of story that some of us still wants to disable this automatic update feature as some of them may not be ready for it yet. Plus there are also users who run WordPress for their clients and for that they have got their own ways and options available to update WordPress to a newer version when available.

What To Do… To Disable Automatic Updates

Disabling automatic updates in WordPress is quite an easy thing to do. All you have to do is to simply add this line of code in your wp-config.php file and you are done.

The line of code will disable the WordPress automatic updater plus it will still let you get notified whenever there will be a newer version or update is available.

Photo Credit: Flickr/alex roberts

How To Move A WordPress Site From One Server To Another?

There are times comes when you think and feel that it is the time now to move your WordPress site from your current server to new server. You do get confused and even most of the time you got panicked that how it all can be done without a hassle. The answer is simple first don’t panic as it’s a few step process with which you can move your WordPress site from one server to another while over the top you don’t need to reinstall the things. The content management system is flexible enough to handle all such conditions.

Note: The guide written by assuming that your whole website is powered by WordPress and the files are installed in the root of the website. If in case you have hot your website working in a directory like /blog then make modifications as it would be required.

WordPress Stickers

Step 1: Backing Up

  1. The first step you strictly have to follow is to back up whole of your data. This includes backing up your WordPress database along with all the core files, images, plugins and other files on your site.
  2. In order to backing up, there are many of useful backup plugins you can use which helps you securely backup the whole of your data. Plus you can also backup your site using the cPanel although at the end, the choice is completely yours but opting for either way is safe, so you need not to worry about.
  3. In case if you are just moving your WordPress from one server to another but keep the same domain name, then all you require is to edit wp-config.php with your new database/user information and upload everything to your new server.

Step 2: Don’t Require Your Old Blog

  1. In this case, download a copy of the main WordPress files from your old blog to your hard disk and edit wp-config.php as per your new server.
  2. Now, go back to your old blog and go to Administration > Settings > General and change the URL to that of new site.
  3. Once you now login to your server, go to phpmyadmin and export as file and then save your database, followed by uploading the new database and the copy of the WordPress core files with the edited wp-config.php to your new server.
  4. To remember here the time when you save your database, make sure you do keep the old one just in case. That’s it.

Step 3: Require Your Old Blog

This would be the case if you want your old blog as it is on your new server. Doing this is a two process procedure: activating your new blog and restoring your old blog

Activating Your New Blog

  1. First and foremost, download your complete WordPress installation to your local drive and name that folder. Make sure the naming you done would be appropriate to your old blog’s installation.
  2. Download your database.
  3. Now, go back to your old blog, then go to options and change both of the URL’s to that of your new site.
  4. Again download your entire WordPress installation to your local drive. Name the folder with this time to indicate that this is your new blog’s installation.
  5. Download your database once again but also keep the old one for just in case. Upload the database to your new server. The best shot is if you use the same name for database and creating of user with same login credentials on your new server as that of your old server.
  6. While, if in case, you use different database name and/or user, edit wp-config.php in your new blog’s installation folder appropriately.
  7. Upload the NEW blog’s installation folder to your new site and you are done.

Restoring Your Old Blog

  1. On your original server, delete your old blog’s database but only do this if you already have a copy on your local disk which I asked you to do so in the beginning.
  2. Upload your old blog’s installation folder to your original server; overwrite the files which are currently there.
  3. You may also delete the installation folder on the server and simply re-upload the OLD blog’s files.
  4. Upload your old blog’s database from your local computer to the server and you are done.

I strongly hope that the above guide helps you in all way. I will be happier if you share your opinions in the comment box below.

Photo Credit: Flickr/John Fischer

Powered by WordPress & Theme by Anders Norén