Basic Tips for Improving WordPress Themes


Sponsored Links




Six Revisions write nice article about 10 Basic Tips for Improving WordPress Themes. This tips really useful for all of you to create your WordPress Theme stunning and much better than others. WordPress become more popular as CMS this not only Personal Publishing Platform anymore. WordPress is more than this. There are big company using WordPress.

Basic Tips for Improving WordPress Theme - Japan Girls Photo

Basic Tips for Improving WordPress Theme - Japan Girls Photo

Here is some content that you’ll got that Six Revisions has been writes.

  1. Reduce the Size of Theme Images
    Use your Theme image wisely, the most important is use the right format for you image, JPG for photos and PNG or GIF for solid colors, you can try to reduce your  image using Image Resizer Online Tools such as Smush.it
  2. Custom Favicon
    Create WordPress Theme and added own favicon will be improve your themes popularity, to add Favicon on your theme is simple. Put your .ICO or .GIF favicon file in 16x16px and added extra code on your header.php

    <link rel="icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" type="image/x-icon" />
  3. Use PHP Flush
    By calling the PHP flush function right after your header, you will be able to speed up your WordPress blog. Simply add this line to your header.php file after the closing tag:

    <?php flush(); ?>
    

    This code simply forces your web server to send your website’s header before sending the rest of the content. By using the flush function, the browser has time to download all the stylesheets referenced in the header while waiting for the other parts of the web page.

  4. Secure Your Theme
    For some reason that you wont be display is your currently WordPress version, because some attacker using this version the hijack our site. That why it’s better we hide it. To Hide our WordPress version is simple, open your header.php and remove this code

    <meta name="generator" content="WordPress <?php bloginfo(’version’); ?>" />

    And to prevent WordPress added again, we need to hook the code by added this code on functions.php

    <?php remove_action('wp_head', 'wp_generator'); ?>

You can read completed article on Six Revisions Post here, and I hope little share about Basic Tips for Improving WordPress Themes useful on you, don’t forget to re share it.

Photos taken from http://www.flickr.com/photos/jamespaullong/279306781/

Subscribe to Full RSS Feed

RSS FeedIf you thing this article useful, please consider subscribing to our RSS Feed or e-mail updates and stay updated with us. You can also follow @WPTricksNet on twitter for latest updates.

About WP Tricks

We are WordPress Family, we collected and writed useful tips and tricks for you WordPress. We share it for you...

Related Tips and Trick from Local Data and on The Net

10 Basic Tips for Improving WordPress Themes

10 Basic Tips for Improving WordPress Themes. Oct 14 2010 by Julius Kuhn-Regnier | 69 Comments | Stumble Bookmark. A lot of people use WordPress as their blogging Read More

10 Basic Tips for Improving WordPress Themes | WordPress Designer

Whether a WordPress theme is free or premium, there are plenty of ways to improve them. The following WordPress theme tips. Read More

Basic Tips for Improving WordPress Themes / WordPress Tricks & Tips

Here is some content that you’ll got that Six Revisions has been writes. Reduce the Size of Theme Images Use your Theme image wisely, the most important is use the Read More

ThemeCare - Premium Child Theme for Wordpress

10 Basic Tips for Improving WordPress Themes The following WordPress theme tips cover basic customization, styling and Read More

Best WordPress Tips and Tutorials of September 2011

Best WordPress Tips and Tutorials of September incredibly simple) and even some basic customization with CSS. Quick Tip: Guidelines for Improving WordPress Themes Read More


2 Responses to Basic Tips for Improving WordPress Themes

  1. Sandeep Kale says:

    Thanks Admin

    I had added “PHP Flush” for my worpress blog… Amazing my blog loading speed got increased.Thanks admin

  2. Pingback: Tiny Tips to Secure your Plugins | WordPress News Wire

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>