Wordpress for iphone
Posted in Wordpress on January 28th, 2010 by dreamhost promo code – Be the first to commentWordpress for iphone 2.1 is now available on the Apple app store. So convenient to manage your blog right from your phone.
Wordpress for iphone 2.1 is now available on the Apple app store. So convenient to manage your blog right from your phone.
I like Wordpress a lot but the fact is that it is slower than serving static HTML pages. However, there is a very simple trick that can significantly speed up the loading of your wordpress blog. The tip is: “Reduce the number of unnecessary PHP calls”
This means replace the PHP calls in your wordpress theme with static HTML for things like blog title, content-type and the like. In the wordpress panel, go to the theme editor and open header.php
For example, change these lines
so they look something like this
There are different types of wordpress themes. Some themes may display the author’s name for the post on the index page of your blog but may not provide a link to the author’s website. There is a very easy fix for that and that is really where the power of wordpress as an amazing blogging platform comes into play.
All you need to do is go to the theme editor in your wordpress blog admin panel. Search for the text
in the main index template (index.php file) and replace it with
It is that simple.