Posts Tagged ‘wordpress tips’

Which one your feeds?

June 1st, 2008 | No Comments | Filed in English entries

Many readers they want read a full post from their RSS reader. They don’t want click to the original post just for read the whole thing of your post. They want easy with little effort. It also benefits for readers who have limited access of Internet.

Many bloggers are choosing to offer their excerpts to protect their contents from misuse. They believe that If the article is interesting, the reader will click through to their blog, they will get traffic from this way.

(more…)

Don’nt be stupid, upgrade your Wordpress now!

May 22nd, 2008 | No Comments | Filed in English entries

Did yo upgrade your Wordpress versions to the latest? The latest wordpress fixed several PHP bugs and feed issues. Some blogger who lazy to upgrade was based on the pretext that who knows their Wordpress blog version?

You make a mistakes when you think that nobody knows your Wordpress version!

Look at the source code of your Wordpress blog (Click View > Page Source from your web browser), you will see:


<# meta name=”generator” content=”WordPress bla..bla..”>

This code is autogenerated by a php code in your header.

php<# meta name="generator" content="WordPress <#?php bloginfo('version'); ?> <#!-- leave this for stats -->

So before you have removed the code, anyone will easy to find your wordpress version and hack it into a Wordpress bugs. So do you thinking that nobody knows your wordpress version?

Upgrade your wordpress regularly with the latest will give you a new features and bug fixes..

Controlled duplicated content with themes

May 21st, 2008 | 4 Comments | Filed in English entries

If you worried about duplicated content may Duplicate Content, and Wrong SEO Plugins by Planet Ozh will help you.

This plugin will Keep your content safe from the duplicated issue, but about optimized search engines actually is not be a plugin’s job, it is your theme’s job, it must be coded and designed for it.

Top engine like Google expects that your blog is free from duplicated content. But how we do when the front page, category and tag pages, archives, search results, feeds, and a lot of places on your blog has a same entry, google will see it as a duplicated content. It’s expected. but If it weren’t there, it would be not be a blog.. :smile:

While Ozh’s help blogger to minimize the amount of duplicated content on a blog using excerpts rather than full content, let’s not forget that the original intension of page rank is targeted towards those who scrape your content, or against splogs who use redundant content to fill up a blog, using spam links and such scam evils.

Here are a tips for reducing a penalty from duplicated contents:

1. Set multi-post views to excerpts, not full content, except on the front page and feeds if you wish.

2. Take care when you are copying another’s content to keep it within Copyright Law’s Fair Use restrictions to 10% of the content or 400 words. Write with your own words to make a differentiate between copied content and the originalls .

3. Dont use feed scraper or automatic feeds plugin that replaces your content with a full or excerpted content from others blog. If you use incoming feeds, feature only title and first 100 or less words of the your blog.

Thats enough,you can relax after its done. Remember, that duplicated content within a blog is expected. Duplicated content between blogs is not and will be penalized.

How strong is your password?

May 19th, 2008 | 2 Comments | Filed in English entries

When you type a new password, its about security hole on your personal blog.

The password “123” indicated that it is “too short”.

The password “12345” is just so simple.

During the input of “12345&” is much better, it is a “well”,“Strongly”.

The password “12345&aB “ is what i say correct. All caracters meaningfull and easy to remember would be “strong” and “perfect” password.

How to insert social bookmarking link without plugin

May 17th, 2008 | No Comments | Filed in English entries

Do you care your blog speed? When your blog is being slow do you think it is your hosting problem, your hosting is suck?

Maybe yes maybe no. Yes if all blog that hosted on that hosting are get a same problem. No if it happen on your blog only..

People who really care their speed will more carefully when they decided using plugin on their blog. Today i wanna share how to make sociall bookmarking link on the end of your article without any plugin.

You just need a code inserted in your single.php

Copy this code:
<a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>">Stumble It!</a> | <a href="http://del.icio.us/post?url==<?php the_permalink(); ?>&title=<?php the_title(); ?>">Del.icio.us!</a> | <a href="http://digg.com/submit?phase=2&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>">Digg it!</a>

Go to your dashboard
design>edit themes>single.php

pasta the code after the_post

Using this tips little bit you can minimalist a plugin addicted.. :mrgreen:

When you wanna change your themes you have to do a same thing on your single.php. It is not easy, but if you are a kind of speed oriented blogger, this tips may help you..

Keep your Wordpress on a great performance

May 16th, 2008 | No Comments | Filed in English entries

If we make comparation between wordpress and others blog platform, wordpress still a wow machine.

But beside it popularities, wordpress still have something that make blogger headache in some case. You can see there is security hole in every wordpress versions. Blog with thousands visitor getting less performance speed. Below some tips to make your wordpress always on a great performance:

1. Use WP-cache plugin to make your blog server easy to load your pages. This plugin will save all pages have been viewing by your visitors on a cache. If there is other visitors visiting your page , a cache page will appear not the original ones.

2. Dont use plugin that you dont really need it. Every plugin that you embed to your blog make your blog server work harder.

3. Dont make to many template files on your themes. A template file for your ads maybe help you when manage your themes, but actually it make your server work hard too.

4. Blog with less visitors maybe dont need this tips yet, but when your blog is start growing this tips may help you. Any idea there?

Problem plugins automatic upgrade on wordpress 2.5

May 15th, 2008 | 4 Comments | Filed in English entries

I have some plugin files on my flash disc when i created this blog. So less than an hour i create this blog with all Plugins ready to use.

When i tried go to plugins page to activied there is an automatic upgrade options under the original one.
I wanna try, first time i try google sitemap generator. After fill up FTP informations, i click the active button. Oh no,..
i get an error message!

It is just about trials and errors, you can use this tips to avoid an error during automatic upgrade.

1. Make sure your plugin folder and all files inside is writeable,set your CMHOD with 655 or 777

2. Deactive your plugins before upgrade. Some plugins there is a different configuration between old and new one.

3. TTL (time to live) is in good condition. Normally morning or nigh TTL is in maximum performance.

Any idea? Share your upgrading experience in here..

Wordpress smilies code

May 13th, 2008 | 2 Comments | Filed in English entries

Actually you can get this code from an original page of codex.wordpress.org . I republished in here just for my personal notes. There is no space betwen main word and double dot if you want to use it. It works for all wordpress platform.

: smile : :smile:
: grin : :grin:
: sad : :sad:
: eek : :eek:
: shock : :shock:
: ??? : :???:
: cool : :cool:
: mad : :mad:
: razz : :razz:
: neutral : :neutral:
: wink : :wink:
: lol : :lol:
: oops : :oops:
: cry : :cry:
: evil : :evil:
: twisted : :twisted:
: roll : :roll:
: ! : :!:
: ? : :?:
: idea : :idea:
: arrow : :arrow:
: mrgreen : :mrgreen:

My blog over weight!

May 12th, 2008 | 2 Comments | Filed in English entries

Sunday is my favourite day. I can wake up at 8am, cooking my favourite food,doing the things that i love about.

But yesterday was different. I got an email that made me sitting in front of computer hold the day.

Disk Usage Warning warn.

The account with the username ‘catcode’ (catcode.net), is running out of
disk space.

Please remove some files from this account, or ask the administrator to
increase your disk quota.

This account has used 88.75% (18.88 Megs) of its allocated disk space.!! Do not respond to this message. Your reply will go nowhere. !!

Yeah.., it was not a good news on sunday morning.

I have to kick akismet, hello dolly and other default plugins from my blogs dashboard. I dont need them yet. I removed tinymce and all files inside too.

The reason is that i never using tinymce when create a new article.

It was work. I save around 1,5mb after i removed all files. If you have any idea which file i have to remove more, i would be glad if you drop your idea for me…

Proud with default themes

May 10th, 2008 | No Comments | Filed in English entries

Why this blog is using default themes? I have some reasons why i am using this default.

I want fast, i dont want my visitors waste their time just for loading to my blog. I am always monitoring all scripts or files inside my themes that make my blog over weight. I will remove it if i think that script make my wordpress looks old..

There are many themes with minimalist view on the net, but i dont like them. Most visitors they need a time to be familiar with a new blog. I just want give them a familiar view by using default themes. Who dont know default themes, all Bloggers who work with wordpress using this themes when fist time they create a blog..

Last reason:
I dont have enough skill yet to work with anothers wordpress themes, :)