Search

Rss Posts

Rss Comments

Login

 

Posts from April, 2009

Dle – how to disable all posts shown on main page

Apr 03

You need just run in database in phpmyadmin

update `dle_post` SET allow_main=0 WHERE 1

and all posts would tot beeeing shoen on main page

SEO description for wordpress categories

Apr 02

please open header php in template
and replace title

<title>
<?php if (is_category()) { echo strip_tags(category_description());   }
else{
wp_title(‘&laquo;’, true, ‘right’); ?> <?php bloginfo(‘name’);
}
?></title>

 
Get Adobe Flash playerPlugin by wpburn.com wordpress themes
26 queries. 0.405 seconds.