Archive for the Wordpress
BlogRush – Free Traffic for Your Blog
Do you need more readers for your blog? The most basic needed for the bloggers is always how to get more readers or in the other is how to “finding traffic”. Right?
BlogRush is a free service that was created to help bloggers get more readers for their blogs.
BlogRush is essentially a way to syndicate content across blogs. By adding the BlogRush Widget to a blog, a blogger can get instant distribution for their latest blog post titles across a network of related blogs.
How does BlogRush work?
BlogRush users earn “syndication credits” (the right to have their blog post titles shown inside a widget on another related blog) based on their own traffic (loads of the widget) as well as the traffic of other users they refer to BlogRush. Users can automatically refer others to BlogRush via special links on the widget, as well as through the promotion of a special referral URL they are given.
BlogRush is a “Cooperative Syndication Network” that rewards its users for their contributions to the network — from the impressions they provide of the BlogRush Widget to …
How To Turn off Post Preview in 2.1
WordPress 2.1 has a cool feature such as the post preview. When you save a post or edit a post down at the bottom of the post page you are presented with a preview of your post.
This preview shows the whole page (not just the post text), logo, navigation, everything that is on the main page.
This feature is very useful to preview your post before you publish it. I really like this feature but I don’t always want to use it. However, the thing is with that, my bandwidth has soared considerably. Is there anyway to turn this preview option off ?
Yes, you can turning off post preview feature.
Just open the wp-admin/post.php file and delete these lines (located near line #70 – #73 in WP 2.1):
<div id=’preview’ class=’wrap’>
<h2 id="preview-post"><?php
_e(‘Post Preview (updated when post is saved)’); ?></h2>
<iframe src="<?php
echo attribute_escape(apply_filters(‘preview_post_link’,
add_query_arg(‘preview’, ‘true’,
get_permalink($post->ID)))); ?>"
width="100%" height="600" ></iframe>
</div>
Doing so will save bandwidth, load time, processing time, etc.
Have a great day and gud lak!