Archives
-
Compresses your wordpress
As we know, code compression is one part of seo work. After building up our website, you will find much unnecessary code in our scripts. Compressing your pages code make your website loading fast and more seo friendly. For many website admins, you can get some softwares to solve this problem. Such as htmlcompact and [...]
Dec 1st, 2010 | Filed under wordpress -
Show blogroll only in homepage
I searched in google and baidu for methods how to show blogroll only in homepage again and again. I tried 3 methods, but at last i got it. First method, edit your sidebar code <?php if (is_home ()&&!is_paged() ) : ?> <div id=”flink”> <div> <h3>blogroll</h3> <ul><?php get_links(2, ‘<li>’, ‘</li>’, ”, TRUE, ‘url’, FALSE); ?></ul> </div> [...]
Sep 2nd, 2010 | Filed under wordpress -
Error 404 page for wordpress
Getting a error 404 page for your website is important for your website. Many visitors click dead link or non-exist pages in your website, then it return to 404 error page. It is not smart to redirect your error 404 page to your homepage, or your homepage will not be indexed by search engines. Getting [...]
Aug 18th, 2010 | Filed under wordpress -
Remove arrow in sidebar
I think many guys as me do not like the arrow in the sidebar. how to remove it? Login in your hosting then looking for the file http://www.yourwebsite.com/wp-content/themes/default/style.css replace the code: .entry ul li:before, #sidebar ul ul li:before { content: /????//????/; } instead of your favarite image .entry ul li:before, #sidebar ul ul li:before { [...]
May 19th, 2010 | Filed under wordpressTags: wordpress -
show sidebar in post
In wordpress if we do not edit the script , single post shows without sidebart, i do not like this kind of looking how to do it? Use tool to login in your hosting find the file—single.php (wp-content/themes/default/single.php) change this code <div id=”content” class=”widecolumn”> to <div id=”content” class=”narrowcolumn”> then add <?php get_sidebar(); ?> this code [...]
Jan 15th, 2010 | Filed under wordpressTags: wordpress -
3 best seo plugins for wordpress
As for me , i like bellow 3 seo plugins for wordpress 1 All in one seo plugin Very cool plugin for wordpress, easily post title, description and keywords for every post. Your post will be indexed fast. download here: All in One SEO Pack 2 Seo smart links plugin Very very cool plugin for [...]
Dec 25th, 2009 | Filed under wordpressTags: wordpress -
delete “This entry was posted on”
Come on, today i install my wordpress website In every page i can see these information-This entry was posted on …….very bad now problem solved. Login in your hosting get the file– wp-content/themes/default/single.php delete code <small>This entry was posted on <?php the_time(‘l, F jS, Y’) ?> at <?php the_time() ?> and is filed under <?php the_category(‘, ‘) ?>. [...]
Dec 18th, 2009 | Filed under wordpressTags: Uncategorized, wordpress


.png)