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
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
Apr 02
please open header php in template
and replace title
<title>
<?php if (is_category()) { echo strip_tags(category_description()); }
else{
wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’);
}
?></title>