Try the Most Addicted Game - Real Rocket Racing 3d Game

Showing posts with label Wordpress. Show all posts
Showing posts with label Wordpress. Show all posts

Wednesday, August 19, 2015

Six Things to Consider When Choosing a WordPress Theme


If you're considering building a website or a blog, you should definitely consider using WordPress as your base. Among other reasons, it's super customizable and user-friendly, and it doesn't cost much to set up and maintain. But when you're setting up your website, you'll find there are thousands and thousands of themes out there. You want to present yourself and your ideas in the best way possible, but how do you decide which of the themes you should use? Here are six things to keep in mind:

1. Purpose — The purpose of your blog will actually in some ways determine what theme you use—in part because your purpose will affect all the following things on this list. Before you start choosing your blog, make sure you know exactly what your plan is:  are you making a travel blog or a mom blog, a news site or a business site, or something else? If you have a clear idea of what you want, you'll find it's a lot easier to narrow down your options.

2. Utility — To start with, picture your website in your mind and think of what you're using it for. Will site visitors be reading articles? Viewing pictures? Doing online shopping? Interacting in discussions or forums? You need to choose a theme that will fit your purpose. Will it have columns? If so, how many? Will you be posting photos on it? How are they incorporated in the theme? Will you have ads? You don't need to know exactly what you want in a website, and you might find that when you're browsing themes, you change your initial plan. But if you can have a rough idea in mind, again, it'll narrow down your options right off the bat.

3. Appearance — The appearance of your website is really important. You can't judge a book by its cover, but a first glance at your website will have your viewers drawing all sorts of conclusions about whether the site is professional, relevant to them, easy to use, etc. Pay attention to the colors—of the background, header, text, links, and anything else on the page—and the font or fonts that are used and make sure you're sending the message you want to send. You might like a site that uses a handwriting font, but if you're making a website for a dental office, this may not be the best choice. When in doubt, check out other websites with similar purposes to yours and see what you like or dislike about them.

4. Ease of Modification — Even if you don't plan to make major changes to the template, you're going to need to at least input your own information. You want to make sure you pick a template that's going to be easy to work with—and if possible, pick one that you won't want to make major changes to. Make sure whatever you pick is compatible with the plugins that you want to use as well. It's kind of like shopping for clothes: if you had options, would you choose to buy a pair of pants that you knew you were going to have to hem shorter or have taken in or would you shop around some more? Shop around some and see what you can find for themes. Guaranteed, there's something out there that's perfect for you.

5. Ease of Use — This one might sound like a no-brainer, but you want to make sure you pick a site that's going to be easy for people to use. These days, you probably want something that's going to be easy to use both on a computer and on a mobile device. If your site is too frustrating or confusing or takes too long to load or is difficult to navigate, you're going to lose traffic. When in doubt, keep it simple and sleek.

6. Cost — You'll want to make sure you figure out your budget for your website before you get your heart set on a theme that's too expensive. Depending on what you're doing, it may make sense to shell out a little more money to create a more professional looking site. Or you might just decide that you really, really like a site that costs a little more. But there are also tons of free options for themes out there, and these might be worth exploring. Again, shop around and find the perfect site for you. If you find a nice theme that's out of your budget, see if you can't find a cheaper one that's similar to it before you bite the bullet and buy the more expensive site.

With these things in mind, you're sure to pick a theme and build a website that both does what you need and provides a pleasant experience for its viewers. WordPress isn't difficult to use—and with the right theme, you can easily build the website of your dreams!

Caroline, contributor from Secure Thoughts which provide information related to internet security 


Tuesday, March 27, 2012

Change your Wordpress Login Screen logo to your Custom Logo

You can change your Wordpress logon page and create a logon screen with your logo. Lets see how to customize Wordpress logon screen page.
  • Generally too see your logon screen open the page URL by navigation to http://YOURDOMAIN.com/wp-admin
  • Next login via FTP on your server and go to Wp-admin/images
  •  Next save/rename your logo image as logo-login.png
  •  Now upload your logo image using FTP and replace logo-login.png
 That's it your logo will appear in your Wordpress login screen.

Sunday, March 18, 2012

Protect your Wordpress Blog from hackers







Increase your blog security by changing the Wordpress admin username from the default "admin" to some other name. "Admin" is the default administrator for most of the Wordpress blogs so if you change it then it will be very difficult to crack your blog by hackers.

Lets see how to change the Wordpress Admin Username:

  • First Log in to your WordPress blog with your admin id
  • Go to Users on the left of the dashboard
  • Then Click Add New
  • Enter a new username and new email address
  • Fill in the other details including the password
  • Check the Send password if you want to receive a copy of the new user’s password via the email
  • Under Role, choose Administrator (very important  don’t skip this step)
  • Click Add New User
  • Log out of WordPress and log back in as the new user
  • Then Click Delete under the old admin username
  • When asked what you want to do with existing posts that were authored by the original admin, select Attribute all posts and links to and choose your new admin user from the list
  • Click Confirm Deletion when you are sure your selections are correct.  Do not forget to do this step until you are sure you have chosen to transfer all of the first admin’s posts to the new admin
That's it from now onwards your new admin will appear as the author of your blog posts.

Monday, November 21, 2011

How to Install Wordpress Plugin


There are two ways to install WordPress plugins on your blog:

  1. WordPress Dashboard
  2. FTP
 WordPress Dashboard Method:

Login to wordpress and goto dashboard then click on Plugins-Add new. If you are searching about any new plugin, you can click on details to see more information about that plugin. Make sure to see the compatibility score with your version of plugin. If you know about the plugin, simply click on Install and activate the plugin as shown in next image.


If the plugin is downloaded from other source you have to upload that .zip file. Wordpress accepts only zip format for plugins and themes upload.


FTP Method:


You simply download the Wp plugin from WordPress plugin library, unzip it and upload it to your WordPress plugin library using FTP software or cPanel. Normally, plugin upload folder us located under wp-content/plugins. Once you are done uploading the file in unzip format, you can simply go to WordPress plugins folder under Wp dashboard and activate the plugin. This is very useful for those who don’t have access to install plugins or themes from dashboard due to server restriction.Some time, after installing a plugin you might face issue while accessing your dashboard, in such cases you should simply log in to your FTP account and disable that plugin by either renaming it or deleting it. This happens, coz of some faulty of plugins conflicts.

Monday, July 25, 2011

Delete Post Revisions in WordPress

You delete post revisions in WordPress blogs in simple way. Post revision is a cool way in which WordPress autosaves your posts while you type. This helps to recover the posts should your browser crash, or internet crash, and you can always restore an older version of the post. But Post revisions tend to pile up in your database. Every post we edit keeps accumulating post revisions. If there are frequently edited posts, the revision can be a large number.


Optimize Post Revisions:

Of course you can stop post revisions by adding the following to wp-config.php (in root of your WordPress installation)

define('WP_POST_REVISIONS', false);

But post revisions have really helped me recover crashed posts, so I want to continue using them. So I add these to wp-config.php instead.

define('WP_POST_REVISIONS', 3);
define( 'AUTOSAVE_INTERVAL', 120);

This saves only the latest 3 post revisions of any article (note false is replaced by 3, you can add a different value if you like), so multiple edits will not pile up these post revisions. Next I increased the autosave interval to 120 seconds (default is 60 seconds). So this lets me continue using post revision with decreased saves and only latest saves. But this does not delete my 8000+ useless post revisons over 3-4 years old, which I no longer need.


Delete Post Revisions:

Download the Delete Post Revisions Plugin and it will delete all the post revision there are. This is how the admin panel of the plugin looks like. We did not click the check box as there were too many revisions. There is only 1 button and that does the job.

It took the plugin over 20 minutes as we had over 8000 post revisions and we had to repeat 3 times till we got the message that no post revisions could be detected.

So now our databases is much cleaner and lighter as we have deleted unnecessary post revisions and have modified good settings for post revisions to work well in future.