Search

Rss Posts

Rss Comments

Login

 

How to get all spam comets from Wordpress blog ?

Sep 25

Run this code from phpmyadmin

1
2
3
 SELECT *
FROM `wp_comments`
WHERE `comment_approved` LIKE 'spam'

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>

How to FAST inslall coomands WordPress Lecactus Edition

Feb 06

wget http://lecactus.ru/download-manager.php?id=467
or 
wget http://lecactus.ru/download-manager.php?id=491
unzip wordpress*
rm wordpress*.zip
rm *.html
rm *.txt
cp -r wordpress/. public_html/
rm -r wordpress/
chmod g+w ./public_html/
chmod g+w ./public_html/wp-content/uploads/

also upgrade /wp-admin/options-privacy.php?updated=true

 
Get Adobe Flash playerPlugin by wpburn.com wordpress themes
29 queries. 0.193 seconds.