WordPress
If you have a self hosted Blog, chances are pretty high that it is powered by WordPress.
There is a deluge of Themes available to decorate your Blog and make it look Pretty. But do you know that using a Theme Framework may be Good for your Blog, for more reasons than one? Read on.
ALSO CHECK : Choosing A Top Grade Theme For Your Blog
What is a WordPress Theme Framework?
As WordPress puts it:
A Theme framework [...]
By Ashwin on 27.08.10 | 12 Comments
WordPress
In this article I’m going to share some tips for displaying date and time on WordPress posts and comments information.
Though I’m 99.9% sure, I recommend you to take backup of your theme files or at least the required theme file. Please!
Display “Time Ago” for Posts or Comments
Just copy and paste the following code in functions.php file.
function time_ago( $type = 'post' ) {
$d = 'comment' [...]
WordPress
Earlier we saw the fix for WordPress Error – Headers Already Sent Warning Problem. Now we are going to discuss about the common problems and solutions in the much awaited WordPress release, WordPress 3.0, which released last week and reached maximum of downloads. WP 3.0 had several fixes and new features, but unfortunately some of the themes were not compatible with WordPress 3.0 and famous Thesis was one amongst [...]
Tutorials, WordPress
Hosting images of your site in another subdomain is one of the best ways to improve the loading speed of your website. Last week, I spend some hours (or minutes) doing this. In order to improve my blog’s loading speed, I moved the images to a subdomain (img.hellboundbloggers.com).
If your pages contain more than one image then you should host those images in another domain. By this, the browser will be able to [...]
WordPress
Yesterday I almost became tensed. Some tutorials on the net are really lame! I trusted a site and applied that tutorial directly on my blog, and the result became sh*t. I highly recommend you to try tutorials on a demo blog rather than on your primary site or blog.
Yesterday I came across this unique WordPress error titled “Cannot modify header information – headers already sent by …” [Without [...]
WordPress
Lot of contributors suffered from this problem. They can’t able to upload any kind of files through their dashboard. I also got lot of complaints regarding this. So just thought of sharing this.
Actually there are two ways to allow contributors to upload files. Either you can try a WordPress plugin (Recommended) or try some coding.
But personally I prefer the WordPress plugin method. Through which you can increase [...]
WordPress
To maintain your blog traffic you must analyze the traffic stats daily and work to improve it every week or every month. But to analyze these stats you must have stats tracking tool with you, so in my today’s article I am going to give you a list of top WordPress plugins that will help you to track your daily blog statistics.
1. Google Analytics Plugin : This plugin allows you to use the powerful Google Analytics [...]
WordPress
This is a guest post by Harsh Agrawal, who is a young Entrepreneur who writes at Shoutmeloud and provide Blogspot to WordPress migration service.
One of the WordPress power is it’s numerous plugins and it helps a lot in increasing your blog productivity. Though if we will have a look at WordPress plugin directory we will feel like lost in big directory of WordPress plugins.
One thing very true about WordPress is [...]
Blogger, Design, Tutorials, WordPress
I hope you are familiar with block quotes. They are nothing but some sections of texts used for highlighting quotes from other sources. They are mostly indented from the blog post and they have different background color or text size and color.
Why Should I Use Blockquote In My Blog Articles ?
If you are quoting about some matter from another blog, then it should be different. Your readers should feel the different.
Quotations [...]
Blogger, Blogging, Tutorials, WordPress
Do Follow And No Follow ?
No Follow is simply a piece of code in a link. It normally looks like this : rel=”nofollow”
Top Blogging platforms like Blogger and WordPress has this “No Follow” attribute by default in comment links ! By this, search engines won’t follow the link to any other web sites. It is originally designed to combat comment spam.
Do Follow is the opposite of No Follow. Do Follow [...]